javax.xml.rpc.encoding
public interface SerializerFactory extends Serializable
Version: 1.0
Method Summary | |
---|---|
Serializer | getSerializerAs(String mechanismType)
Returns a Serializer for the specified XML processing mechanism type.
|
Iterator | getSupportedMechanismTypes()
Returns an Iterator over all XML processing mechanism types supported by
this SerializerFactory .
|
Parameters: mechanismType - XML processing mechanism type [TBD: definition of valid constants]
Returns: a Serializer
for the specified XML processing
mechanism type
Throws: javax.xml.rpc.JAXRPCException
if SerializerFactory
does not support the
specified XML processing mechanism java.lang.IllegalArgumentException
if an invalid mechanism type is specified
SerializerFactory
.
Returns: an Iterator over the mechanism types (String
s?)