com.hunnysoft.jmime
Class DefaultFieldBodyFactory

java.lang.Object
  extended bycom.hunnysoft.jmime.DefaultFieldBodyFactory
All Implemented Interfaces:
FieldBodyFactory

public class DefaultFieldBodyFactory
extends java.lang.Object
implements FieldBodyFactory


Constructor Summary
DefaultFieldBodyFactory()
           
 
Method Summary
 FieldBody createFieldBody(java.lang.String fieldName, ByteString fieldBodyStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFieldBodyFactory

public DefaultFieldBodyFactory()
Method Detail

createFieldBody

public FieldBody createFieldBody(java.lang.String fieldName,
                                 ByteString fieldBodyStr)
Specified by:
createFieldBody in interface FieldBodyFactory