Package org.apache.axis.encoding.ser
Class SimpleSerializerFactory
- java.lang.Object
-
- org.apache.axis.encoding.ser.BaseFactory
-
- org.apache.axis.encoding.ser.BaseSerializerFactory
-
- org.apache.axis.encoding.ser.SimpleSerializerFactory
-
- All Implemented Interfaces:
java.io.Serializable
,SerializerFactory
,SerializerFactory
public class SimpleSerializerFactory extends BaseSerializerFactory
- 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
Constructors Constructor Description SimpleSerializerFactory(java.lang.Class javaType, QName xmlType)
Note that the factory is constructed with the QName and xmlType.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Serializer
getSerializerAs(java.lang.String mechanismType)
Returns a Serializer for the specified XML processing mechanism type.-
Methods inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory
createFactory, getGeneralPurpose, getGetSerializer, getJavaType, getSerClassConstructor, getSerializerAsInternal, getSpecialized, getSupportedMechanismTypes, getXMLType
-
Methods inherited from class org.apache.axis.encoding.ser.BaseFactory
getMethod
-
-
-
-
Constructor Detail
-
SimpleSerializerFactory
public SimpleSerializerFactory(java.lang.Class javaType, QName xmlType)
Note that the factory is constructed with the QName and xmlType. This is important to allow distinction between primitive values and java.lang wrappers.
-
-
Method Detail
-
getSerializerAs
public Serializer getSerializerAs(java.lang.String mechanismType) throws JAXRPCException
Description copied from interface:SerializerFactory
Returns a Serializer for the specified XML processing mechanism type.- Specified by:
getSerializerAs
in interfaceSerializerFactory
- Overrides:
getSerializerAs
in classBaseSerializerFactory
- Parameters:
mechanismType
- - XML processing mechanism type [TBD: definition of valid constants]- Returns:
- a
Serializer
for the specified XML processing mechanism type - Throws:
JAXRPCException
- ifSerializerFactory
does not support the specified XML processing mechanism
-
-