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

ParameterizableDeserializerFactory (JBoss.Net API) - JBoss 3.2.7 .net API Documentation 英文版文档


org.jboss.net.axis
Class ParameterizableDeserializerFactory

java.lang.Object
  extended byorg.apache.axis.encoding.ser.BaseFactory
      extended byorg.apache.axis.encoding.ser.BaseDeserializerFactory
          extended byorg.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.1.4.2 $
Author:
Christoph G. Jung
See Also:
Serialized Form

Field Summary
protected  Map options
           
 
Fields inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory
deserClass, deserClassConstructor, getDeserializer, javaType, xmlType
 
Constructor Summary
ParameterizableDeserializerFactory(Class deserializerType, Class javaType, javax.xml.namespace.QName xmlType)
          regular constructor
ParameterizableDeserializerFactory(Class deserializerType, Class javaType, javax.xml.namespace.QName xmlType, Map options)
          the extended constructor that is parameterized
 
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
 

Field Detail

options

protected Map options
Constructor Detail

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

Method Detail

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.