|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.encoding.ser.BaseFactory org.apache.axis.encoding.ser.BaseSerializerFactory com.gridsystems.innergrid.serializers.EnumSerializerFactory
public class EnumSerializerFactory
Java5 Enum SerializerFactory.
Field Summary |
---|
Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory |
---|
getSerializer, javaType, log, ser, serClass, serClassConstructor, xmlType |
Constructor Summary | |
---|---|
EnumSerializerFactory(java.lang.Class<?> javaType,
javax.xml.namespace.QName xmlType)
Creates a new instance. |
Method Summary | |
---|---|
static EnumSerializerFactory |
create(java.lang.Class<?> javaType,
javax.xml.namespace.QName xmlType)
Creates a new instance. |
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 |
---|
public EnumSerializerFactory(java.lang.Class<?> javaType, javax.xml.namespace.QName xmlType)
javaType
- The Java type to serialize fromxmlType
- The XML type to serialize toMethod Detail |
---|
public static EnumSerializerFactory create(java.lang.Class<?> javaType, javax.xml.namespace.QName xmlType)
javaType
- The Java type to serialize fromxmlType
- The XML type to serialize to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |