gov.nih.nci.cagrid.caarray.util
Class SerializationFactory

java.lang.Object
  extended by org.apache.axis.encoding.ser.BaseFactory
      extended by org.apache.axis.encoding.ser.BaseSerializerFactory
          extended by 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

Field Summary
 
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)
           
 
Method Summary
static SerializationFactory create(java.lang.Class<?> clazz, javax.xml.namespace.QName qname)
           
 
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
 

Constructor Detail

SerializationFactory

public SerializationFactory(java.lang.Class javaType,
                            javax.xml.namespace.QName xmlType)
Method Detail

create

public static SerializationFactory create(java.lang.Class<?> clazz,
                                          javax.xml.namespace.QName qname)