public class SimpleSerializerFactory extends BaseSerializerFactory
getSerializer, javaType, log, ser, serClass, serClassConstructor, xmlType
Constructor and Description |
---|
SimpleSerializerFactory(Class javaType,
QName xmlType)
Note that the factory is constructed with the QName and xmlType.
|
Modifier and Type | Method and Description |
---|---|
Serializer |
getSerializerAs(String mechanismType)
Returns a Serializer for the specified XML processing mechanism type.
|
createFactory, getGeneralPurpose, getGetSerializer, getJavaType, getSerClassConstructor, getSerializerAsInternal, getSpecialized, getSupportedMechanismTypes, getXMLType
getMethod
public Serializer getSerializerAs(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 © The Apache Software Foundation. All Rights Reserved.