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

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


org.apache.axis.encoding.ser
Class ImageDataHandlerSerializer

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

public class ImageDataHandlerSerializer
extends JAFDataHandlerSerializer

ImageDataHandler Serializer

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

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

ImageDataHandlerSerializer

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