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

PlainTextDataHandlerSerializer (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.encoding.ser
Class PlainTextDataHandlerSerializer

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

public class PlainTextDataHandlerSerializer
extends JAFDataHandlerSerializer

text/plain DataHandler Serializer

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

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

PlainTextDataHandlerSerializer

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