com.webobjects.webservices.support.xml
Class WOArrayDeserializerFactory
java.lang.Object
org.apache.axis.encoding.ser.BaseFactory
org.apache.axis.encoding.ser.BaseDeserializerFactory
com.webobjects.webservices.support.xml.WOArrayDeserializerFactory
- All Implemented Interfaces:
- Serializable, javax.xml.rpc.encoding.DeserializerFactory
public class WOArrayDeserializerFactory
- extends org.apache.axis.encoding.ser.BaseDeserializerFactory
- See Also:
- Serialized Form
Fields inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory |
deserClass, deserClassConstructor, getDeserializer, javaType, log, xmlType |
Method Summary |
static org.apache.axis.encoding.DeserializerFactory |
create(Class aJavaType,
QName anXmlType)
|
Methods inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory |
createFactory, getDeserClassConstructor, getDeserializerAs, 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 |
WOArrayDeserializerFactory
public WOArrayDeserializerFactory()
WOArrayDeserializerFactory
public WOArrayDeserializerFactory(Class aJavaType,
QName anXmlType)
- Parameters:
aJavaType
- the Java Class we're writing out schema foranXmlType
- the Java2WSDL Types object which holds the context for the WSDL being generated.
create
public static org.apache.axis.encoding.DeserializerFactory create(Class aJavaType,
QName anXmlType)
- Parameters:
aJavaType
- the Java Class we're writing out schema foranXmlType
- the Java2WSDL Types object which holds the context for the WSDL being generated.
- Returns:
- deserializer factory
Copyright © 2000-2008 Apple Inc.