WebObjects 5.4.2

com.webobjects.webservices.support.xml
Class WOSetDeserializerFactory

java.lang.Object
  extended by org.apache.axis.encoding.ser.BaseFactory
      extended by org.apache.axis.encoding.ser.BaseDeserializerFactory
          extended by com.webobjects.webservices.support.xml.WOSetDeserializerFactory
All Implemented Interfaces:
Serializable, javax.xml.rpc.encoding.DeserializerFactory

public class WOSetDeserializerFactory
extends org.apache.axis.encoding.ser.BaseDeserializerFactory

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory
deserClass, deserClassConstructor, getDeserializer, javaType, log, xmlType
 
Constructor Summary
WOSetDeserializerFactory()
           
WOSetDeserializerFactory(Class aJavaType, QName anXmlType)
           
 
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
 

Constructor Detail

WOSetDeserializerFactory

public WOSetDeserializerFactory()

WOSetDeserializerFactory

public WOSetDeserializerFactory(Class aJavaType,
                                QName anXmlType)
Parameters:
aJavaType - the Java Class we're writing out schema for
anXmlType - the Java2WSDL Types object which holds the context for the WSDL being generated.
Method Detail

create

public static org.apache.axis.encoding.DeserializerFactory create(Class aJavaType,
                                                                  QName anXmlType)
Parameters:
aJavaType - the Java Class we're writing out schema for
anXmlType - the Java2WSDL Types object which holds the context for the WSDL being generated.
Returns:
deserializer factory

Last updated June 2008

Copyright © 2000-2008 Apple Inc.