Package org.apache.axis.encoding.ser
Class MimeMultipartDataHandlerSerializer
java.lang.Object
org.apache.axis.encoding.ser.JAFDataHandlerSerializer
org.apache.axis.encoding.ser.MimeMultipartDataHandlerSerializer
- All Implemented Interfaces:
Serializable
,Serializer
,Serializer
MimeMultipartDataHandler Serializer
- Author:
- Russell Butek (butek@us.ibm.com)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
serialize
(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Source DataHandler quantity.Methods inherited from class org.apache.axis.encoding.ser.JAFDataHandlerSerializer
getMechanismType, writeSchema
-
Field Details
-
log
protected static org.apache.commons.logging.Log log
-
-
Constructor Details
-
MimeMultipartDataHandlerSerializer
public MimeMultipartDataHandlerSerializer()
-
-
Method Details
-
serialize
public void serialize(QName name, Attributes attributes, Object value, SerializationContext context) throws IOException Serialize a Source DataHandler quantity.- Specified by:
serialize
in interfaceSerializer
- Overrides:
serialize
in classJAFDataHandlerSerializer
- Parameters:
name
- is the element nameattributes
- are the attributes...serialize is free to add more.value
- is the valuecontext
- is the SerializationContext- Throws:
IOException
-