gov.nih.nci.cagrid.caarray.util
Class SerializationFactory
java.lang.Object
org.apache.axis.encoding.ser.BaseFactory
org.apache.axis.encoding.ser.BaseSerializerFactory
gov.nih.nci.cagrid.caarray.util.SerializationFactory
- All Implemented Interfaces:
- java.io.Serializable, javax.xml.rpc.encoding.SerializerFactory
public final class SerializationFactory
- extends org.apache.axis.encoding.ser.BaseSerializerFactory
Pass through to the grid serialization factory, but with the correct API
to actually work.
- See Also:
- Serialized Form
Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory |
getSerializer, javaType, log, ser, serClass, serClassConstructor, xmlType |
Constructor Summary |
SerializationFactory(java.lang.Class javaType,
javax.xml.namespace.QName xmlType)
|
Methods inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory |
createFactory, getGeneralPurpose, getGetSerializer, getJavaType, getSerClassConstructor, getSerializerAs, getSerializerAsInternal, getSpecialized, getSupportedMechanismTypes, getXMLType |
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 |
SerializationFactory
public SerializationFactory(java.lang.Class javaType,
javax.xml.namespace.QName xmlType)
create
public static SerializationFactory create(java.lang.Class<?> clazz,
javax.xml.namespace.QName qname)