org.apache.axis.encoding.ser
Class MimeMultipartDataHandlerSerializer

java.lang.Object
  extended by org.apache.axis.encoding.ser.JAFDataHandlerSerializer
      extended by org.apache.axis.encoding.ser.MimeMultipartDataHandlerSerializer
All Implemented Interfaces:
java.io.Serializable, Serializer

public class MimeMultipartDataHandlerSerializer
extends JAFDataHandlerSerializer

MimeMultipartDataHandler Serializer

Author:
Russell Butek (butek@us.ibm.com)
See Also:
Serialized Form

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

log

protected static org.apache.commons.logging.Log log
Constructor Detail

MimeMultipartDataHandlerSerializer

public MimeMultipartDataHandlerSerializer()
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.

Overrides:
serialize in class JAFDataHandlerSerializer
Parameters:
name - is the element name
attributes - are the attributes...serialize is free to add more.
value - is the value
context - is the SerializationContext
Throws:
java.io.IOException


Copyright ? 2005 Apache Web Services Project. All Rights Reserved.