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:
- Serializable, SerializerFactory
public class SimpleSerializerFactory
- extends BaseSerializerFactory
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleSerializerFactory
public SimpleSerializerFactory(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.
getSerializerAs
public Serializer getSerializerAs(String mechanismType)
throws JAXRPCException
- Description copied from interface:
SerializerFactory
- Returns a Serializer for the specified XML processing mechanism type.
- Specified by:
getSerializerAs in interface SerializerFactory- Overrides:
getSerializerAs in class BaseSerializerFactory
- Parameters:
mechanismType - - XML processing mechanism type [TBD: definition
of valid constants]
- Returns:
- a
Serializer for the specified XML processing
mechanism type
- Throws:
JAXRPCException - if SerializerFactory does not support the
specified XML processing mechanism
Copyright © The Apache Software Foundation. All Rights Reserved.