Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.axis.encoding.ser
Class ImageDataHandlerSerializer  view ImageDataHandlerSerializer download ImageDataHandlerSerializer.java

java.lang.Object
  extended byorg.apache.axis.encoding.ser.JAFDataHandlerSerializer
      extended byorg.apache.axis.encoding.ser.ImageDataHandlerSerializer
All Implemented Interfaces:
java.io.Serializable, javax.xml.rpc.encoding.Serializer, org.apache.axis.encoding.Serializer

public class ImageDataHandlerSerializer
extends JAFDataHandlerSerializer

ImageDataHandler Serializer


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
ImageDataHandlerSerializer()
           
 
Method Summary
 void serialize(javax.xml.namespace.QName name, org.xml.sax.Attributes attributes, java.lang.Object value, org.apache.axis.encoding.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

ImageDataHandlerSerializer

public ImageDataHandlerSerializer()
Method Detail

serialize

public void serialize(javax.xml.namespace.QName name,
                      org.xml.sax.Attributes attributes,
                      java.lang.Object value,
                      org.apache.axis.encoding.SerializationContext context)
               throws java.io.IOException
Serialize a Source DataHandler quantity.

Specified by:
serialize in interface org.apache.axis.encoding.Serializer
Overrides:
serialize in class JAFDataHandlerSerializer