gov.nih.nci.cagrid.encoding
Class SDKSerializerFactory

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.encoding.SDKSerializerFactory
All Implemented Interfaces:
java.io.Serializable, javax.xml.rpc.encoding.SerializerFactory

public class SDKSerializerFactory
extends org.apache.axis.encoding.ser.BaseSerializerFactory

See Also:
Serialized Form

Field Summary
protected static org.apache.commons.logging.Log LOG
           
 
Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory
getSerializer, javaType, log, ser, serClass, serClassConstructor, xmlType
 
Constructor Summary
SDKSerializerFactory(java.lang.Class javaType, javax.xml.namespace.QName xmlType)
           
 
Method Summary
 
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
 

Field Detail

LOG

protected static org.apache.commons.logging.Log LOG
Constructor Detail

SDKSerializerFactory

public SDKSerializerFactory(java.lang.Class javaType,
                            javax.xml.namespace.QName xmlType)