Save This Page
Home » openjdk-7 » javax » xml » rpc » encoding » [javadoc | source]
javax.xml.rpc.encoding
public interface: SerializerFactory [javadoc | source]

All Implemented Interfaces:
    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.
Method from javax.xml.rpc.encoding.SerializerFactory Summary:
getSerializerAs,   getSupportedMechanismTypes
Method from javax.xml.rpc.encoding.SerializerFactory Detail:
 public Serializer getSerializerAs(String mechanismType)
    Returns a Serializer for the specified XML processing mechanism type.
 public Iterator getSupportedMechanismTypes()
    Returns an Iterator over all XML processing mechanism types supported by this SerializerFactory.