gov.nih.nci.cagrid.caarray.util
Class DeserializationFactory
java.lang.Object
org.apache.axis.encoding.ser.BaseFactory
org.apache.axis.encoding.ser.BaseDeserializerFactory
gov.nih.nci.cagrid.caarray.util.DeserializationFactory
- All Implemented Interfaces:
- java.io.Serializable, javax.xml.rpc.encoding.DeserializerFactory
public final class DeserializationFactory
- extends org.apache.axis.encoding.ser.BaseDeserializerFactory
Pass through to the grid deserialization factory, but with the correct API
to actually work.
- See Also:
- Serialized Form
Fields inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory |
deserClass, deserClassConstructor, getDeserializer, javaType, log, xmlType |
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 |
DeserializationFactory
public DeserializationFactory(java.lang.Class javaType,
javax.xml.namespace.QName xmlType)
create
public static DeserializationFactory create(java.lang.Class<?> clazz,
javax.xml.namespace.QName qname)