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

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


org.apache.axis.encoding
Interface SerializerFactory

All Superinterfaces:
Serializable, javax.xml.rpc.encoding.SerializerFactory
All Known Implementing Classes:
BaseSerializerFactory

public interface SerializerFactory
extends javax.xml.rpc.encoding.SerializerFactory

This interface describes the AXIS SerializerFactory.

An Axis compliant Serializer Factory must provide one or more of the following methods:

public static create(Class javaType, QName xmlType) public (Class javaType, QName xmlType) public ()

The deployment code will attempt to invoke these methods in the above order. The xmlType, javaType arguments are filled in with the values supplied during the deployment registration of the factory.


Methods inherited from interface javax.xml.rpc.encoding.SerializerFactory
getSerializerAs, getSupportedMechanismTypes
 



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