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:
- Serializable, Serializer
public class PlainTextDataHandlerSerializer
- extends JAFDataHandlerSerializer
text/plain DataHandler Serializer
- Author:
- Russell Butek (butek@us.ibm.com)
- See Also:
- Serialized Form
|
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.commons.logging.Log log
PlainTextDataHandlerSerializer
public PlainTextDataHandlerSerializer()
serialize
public void serialize(QName name,
Attributes attributes,
Object value,
SerializationContext context)
throws IOException
- Serialize a Source DataHandler quantity.
- Overrides:
serialize in class JAFDataHandlerSerializer
- Parameters:
name - is the element nameattributes - are the attributes...serialize is free to add more.value - is the valuecontext - is the SerializationContext
- Throws:
IOException
Copyright © The Apache Software Foundation. All Rights Reserved.