Package org.apache.axis.encoding.ser
Class PlainTextDataHandlerSerializer
- java.lang.Object
-
- org.apache.axis.encoding.ser.JAFDataHandlerSerializer
-
- org.apache.axis.encoding.ser.PlainTextDataHandlerSerializer
-
- All Implemented Interfaces:
java.io.Serializable
,Serializer
,Serializer
public class PlainTextDataHandlerSerializer extends JAFDataHandlerSerializer
text/plain DataHandler Serializer- Author:
- Russell Butek (butek@us.ibm.com)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description PlainTextDataHandlerSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
Serialize a Source DataHandler quantity.-
Methods inherited from class org.apache.axis.encoding.ser.JAFDataHandlerSerializer
getMechanismType, writeSchema
-
-
-
-
Method Detail
-
serialize
public void serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context) throws java.io.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:
java.io.IOException
-
-