FileDocCategorySizeDatePackage
SerializerFactory.javaAPI DocApache Axis 1.41927Sat Apr 22 18:57:28 BST 2006javax.xml.rpc.encoding

SerializerFactory

public interface SerializerFactory implements 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
1.0

Fields Summary
Constructors Summary
Methods Summary
public SerializergetSerializerAs(java.lang.String mechanismType)
Returns a Serializer for the specified XML processing mechanism type.

param
mechanismType - XML processing mechanism type [TBD: definition of valid constants]
return
a Serializer for the specified XML processing mechanism type
throws
javax.xml.rpc.JAXRPCException if SerializerFactory does not support the specified XML processing mechanism
throws
java.lang.IllegalArgumentException if an invalid mechanism type is specified

public java.util.IteratorgetSupportedMechanismTypes()
Returns an Iterator over all XML processing mechanism types supported by this SerializerFactory.

return
an Iterator over the mechanism types (Strings?)