| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The javax.xml.rpc.encoding.DeserializerFactory is a factory of deserializers. A DeserializerFactory is registered with a TypeMapping instance as part of the TypeMappingRegistry.
| Method Summary | |
|  Deserializer | getDeserializerAs(java.lang.String mechanismType)Returns a Deserializer for the specified XML processing mechanism type. | 
|  java.util.Iterator | getSupportedMechanismTypes()Returns an Iteratorover the list of all XML processing
 mechanism types supported by thisDeserializerFactory. | 
| Method Detail | 
public Deserializer getDeserializerAs(java.lang.String mechanismType)
mechanismType - XML processing mechanism type [TBD: definition of
              valid constants]
JAXRPCException - if DeserializerFactory does not
             support the specified XML processing mechanismpublic java.util.Iterator 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
              Strings?)| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||