public class SimpleSerializerFactory extends BaseSerializerFactory
getSerializer, javaType, log, ser, serClass, serClassConstructor, xmlType
Constructor and Description |
---|
SimpleSerializerFactory(java.lang.Class javaType,
QName xmlType)
Note that the factory is constructed with the QName and xmlType.
|
Modifier and Type | Method and Description |
---|---|
Serializer |
getSerializerAs(java.lang.String mechanismType)
Returns a Serializer for the specified XML processing mechanism type.
|
createFactory, getGeneralPurpose, getGetSerializer, getJavaType, getSerClassConstructor, getSerializerAsInternal, getSpecialized, getSupportedMechanismTypes, getXMLType
getMethod
public SimpleSerializerFactory(java.lang.Class javaType, QName xmlType)
public Serializer getSerializerAs(java.lang.String mechanismType) throws JAXRPCException
SerializerFactory
getSerializerAs
in interface SerializerFactory
getSerializerAs
in class BaseSerializerFactory
mechanismType
- - XML processing mechanism type [TBD: definition
of valid constants]Serializer
for the specified XML processing
mechanism typeJAXRPCException
- if SerializerFactory
does not support the
specified XML processing mechanismCopyright ? 2005 Apache Web Services Project. All Rights Reserved.