Package org.apache.axis.encoding.ser
Class SourceDataHandlerSerializer
- java.lang.Object
-
- org.apache.axis.encoding.ser.JAFDataHandlerSerializer
-
- org.apache.axis.encoding.ser.SourceDataHandlerSerializer
-
- All Implemented Interfaces:
java.io.Serializable,Serializer,Serializer
public class SourceDataHandlerSerializer extends JAFDataHandlerSerializer
SourceDataHandler 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.Loglog
-
Constructor Summary
Constructors Constructor Description SourceDataHandlerSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserialize(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:
serializein interfaceSerializer- Overrides:
serializein 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
-
-