org.apache.axis.encoding.ser
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, getXMLTypegetMethodpublic SimpleSerializerFactory(java.lang.Class javaType,
QName xmlType)
public Serializer getSerializerAs(java.lang.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 ? 2005 Apache Web Services Project. All Rights Reserved.