javax.xml.rpc.encoding
Interface SerializerFactory
- All Superinterfaces:
- java.io.Serializable
- public interface SerializerFactory
- extends java.io.Serializable
The javax.xml.rpc.encoding.SerializerFactory is a factory of the serializers. A SerializerFactory is registered
with a TypeMapping object as part of the TypeMappingRegistry.
- Version:
- 0.1
Method Summary |
Serializer |
getSerializerAs(java.lang.String mechanismType)
Returns a Serializer for the specified XML processing mechanism type. |
java.util.Iterator |
getSupportedMechanismTypes()
Returns a list of all XML processing mechanism types supported by this SerializerFactory. |
getSerializerAs
public Serializer getSerializerAs(java.lang.String mechanismType)
throws JAXRPCException
- Returns a Serializer for the specified XML processing mechanism type.
- Parameters:
mechanismType
- - XML processing mechanism type [TBD: definition of valid constants]- Returns:
- a Serializer for the specified XML processing mechanism type.
- Throws:
JAXRPCException
-
getSupportedMechanismTypes
public java.util.Iterator getSupportedMechanismTypes()
- Returns a list of all XML processing mechanism types supported by this SerializerFactory.
- Returns:
- List of unique identifiers for the supported XML processing mechanism types
Copyright © 2001 Apache XML Project. All Rights Reserved.