|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.encoding.ser.JAFDataHandlerSerializer | +--org.apache.axis.encoding.ser.MimeMultipartDataHandlerSerializer
MimeMultipartDataHandler Serializer
Field Summary | |
protected static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
MimeMultipartDataHandlerSerializer()
|
Method Summary | |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.commons.logging.Log log
Constructor Detail |
public MimeMultipartDataHandlerSerializer()
Method Detail |
public void serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context) throws java.io.IOException
serialize
in interface Serializer
serialize
in class JAFDataHandlerSerializer
name
- is the element nameattributes
- are the attributes...serialize is free to add more.value
- is the valuecontext
- is the SerializationContext
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |