当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 .net API Documentation 英文版文档
ParameterizableDeserializerFactory (JBoss.Net API) - JBoss 4.0.1 sp1 .net API Documentation 英文版文档
org.jboss.net.axis
Class ParameterizableDeserializerFactory
java.lang.Object
org.apache.axis.encoding.ser.BaseFactory
org.apache.axis.encoding.ser.BaseDeserializerFactory
org.jboss.net.axis.ParameterizableDeserializerFactory
- All Implemented Interfaces:
- javax.xml.rpc.encoding.DeserializerFactory, org.apache.axis.encoding.DeserializerFactory, Serializable
- Direct Known Subclasses:
- EntityBeanDeserializerFactory
- public class ParameterizableDeserializerFactory
- extends org.apache.axis.encoding.ser.BaseDeserializerFactory
Deserializer Factory that may be parameterized with additional
options.
Change History
- Version:
- $Revision: 1.6 $
- Author:
- Christoph G. Jung
- See Also:
- Serialized Form
Fields inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory |
deserClass, deserClassConstructor, getDeserializer, javaType, xmlType |
Method Summary |
javax.xml.rpc.encoding.Deserializer |
getDeserializerAs(String mechanismType)
return a new deserializer that we equip with the right options |
protected Map |
getOptions()
return options |
protected void |
setOptions(Map options)
set options |
Methods inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory |
createFactory, getDeserClassConstructor, getGeneralPurpose, getGetDeserializer, getSpecialized, getSupportedMechanismTypes |
Methods inherited from class org.apache.axis.encoding.ser.BaseFactory |
getMethod |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
options
protected Map options
ParameterizableDeserializerFactory
public ParameterizableDeserializerFactory(Class deserializerType,
Class javaType,
javax.xml.namespace.QName xmlType)
- regular constructor
ParameterizableDeserializerFactory
public ParameterizableDeserializerFactory(Class deserializerType,
Class javaType,
javax.xml.namespace.QName xmlType,
Map options)
- the extended constructor that is parameterized
getOptions
protected Map getOptions()
- return options
setOptions
protected void setOptions(Map options)
- set options
getDeserializerAs
public javax.xml.rpc.encoding.Deserializer getDeserializerAs(String mechanismType)
- return a new deserializer that we equip with the right options
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.