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

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


org.apache.axis.encoding.ser
Class SourceDataHandlerSerializer

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

public class SourceDataHandlerSerializer
extends JAFDataHandlerSerializer

SourceDataHandler Serializer

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

Constructor Summary
SourceDataHandlerSerializer()
           
 
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

SourceDataHandlerSerializer

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