javax.xml.rpc.encoding
public interface DeserializerFactory extends Serializable
Version: 1.0
| Method Summary | |
|---|---|
| Deserializer | getDeserializerAs(String mechanismType)
Returns a Deserializer for the specified XML processing mechanism type.
|
| Iterator | getSupportedMechanismTypes()
Returns an Iterator over the list of all XML processing
mechanism types supported by this DeserializerFactory.
|
Parameters: mechanismType XML processing mechanism type [TBD: definition of valid constants]
Returns: a Deserializer for the specified XML processing mechanism type
Throws: javax.xml.rpc.JAXRPCException if DeserializerFactory does not support the specified XML processing mechanism
Iterator over the list of all XML processing
mechanism types supported by this DeserializerFactory.
Returns: an Iterator over the unique identifiers for the
supported XML processing mechanism types (as
Strings?)