org.apache.axis.encoding.ser
Class OctetStreamDataHandlerSerializer

java.lang.Object
  |
  +--org.apache.axis.encoding.ser.JAFDataHandlerSerializer
        |
        +--org.apache.axis.encoding.ser.OctetStreamDataHandlerSerializer
All Implemented Interfaces:
java.io.Serializable, Serializer, Serializer

public class OctetStreamDataHandlerSerializer
extends JAFDataHandlerSerializer

application/octetstream DataHandler Serializer

Author:
Davanum Srinivas (dims@yahoo.com)
See Also:
Serialized Form

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
OctetStreamDataHandlerSerializer()
           
 
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

OctetStreamDataHandlerSerializer

public OctetStreamDataHandlerSerializer()
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:
serialize in interface Serializer
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
java.io.IOException


Copyright © 2003 Apache Web Services Project. All Rights Reserved.