站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

OctetStreamDataHandlerSerializer (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.encoding.ser
Class OctetStreamDataHandlerSerializer

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

public class OctetStreamDataHandlerSerializer
extends JAFDataHandlerSerializer

application/octetstream DataHandler Serializer

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

Constructor Summary
OctetStreamDataHandlerSerializer()
           
 
Method Summary
 void serialize(javax.xml.namespace.QName name, Attributes attributes, 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
 

Constructor Detail

OctetStreamDataHandlerSerializer

public OctetStreamDataHandlerSerializer()
Method Detail

serialize

public void serialize(javax.xml.namespace.QName name,
                      Attributes attributes,
                      Object value,
                      SerializationContext context)
               throws IOException
Serialize a Source DataHandler quantity.

Specified by:
serialize in interface Serializer
Overrides:
serialize in class JAFDataHandlerSerializer
Throws:
IOException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.