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, getXMLTypegetMethodpublic Serializer getSerializerAs(String mechanismType) throws JAXRPCException
SerializerFactorygetSerializerAs in interface SerializerFactorygetSerializerAs in class BaseSerializerFactorymechanismType - - 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.