public interface DeserializerFactory extends Serializable
Modifier and Type | Method and Description |
---|---|
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 . |
Deserializer getDeserializerAs(String mechanismType)
mechanismType
- XML processing mechanism type [TBD: definition of
valid constants]JAXRPCException
- if DeserializerFactory does not
support the specified XML processing mechanismIterator getSupportedMechanismTypes()
Iterator
over the list of all XML processing
mechanism types supported by this DeserializerFactory
.Iterator
over the unique identifiers for the
supported XML processing mechanism types (as
String
s?)Copyright © The Apache Software Foundation. All Rights Reserved.