Package org.apache.axis.encoding.ser
Class OctetStreamDataHandlerSerializer
java.lang.Object
org.apache.axis.encoding.ser.JAFDataHandlerSerializer
org.apache.axis.encoding.ser.OctetStreamDataHandlerSerializer
- All Implemented Interfaces:
Serializable
,Serializer
,Serializer
application/octet-stream DataHandler Serializer
- Author:
- Davanum Srinivas (dims@yahoo.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
-
OctetStreamDataHandlerSerializer
public OctetStreamDataHandlerSerializer()
-
-
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
-