javax.xml.rpc.encoding
Interface DeserializerFactory
- java.io.Serializable
- DeserializerFactory
- ArrayDeserializerFactory, Base64DeserializerFactory, BaseDeserializerFactory, BeanDeserializerFactory, CalendarDeserializerFactory, CastorDeserializerFactory, CastorEnumTypeDeserializerFactory, DateDeserializerFactory, DocumentDeserializerFactory, ElementDeserializerFactory, EnumDeserializerFactory, HexDeserializerFactory, JAFDataHandlerDeserializerFactory, MapDeserializerFactory, QNameDeserializerFactory, SimpleDeserializerFactory, SimpleListDeserializerFactory, TimeDeserializerFactory, VectorDeserializerFactory, XmlBeanDeserializerFactory
public interface DeserializerFactory
extends java.io.Serializable
The javax.xml.rpc.encoding.DeserializerFactory is a factory of
deserializers. A DeserializerFactory is registered with a
TypeMapping instance as part of the TypeMappingRegistry.
Deserializer | getDeserializerAs(String mechanismType)- Returns a Deserializer for the specified XML processing mechanism type.
|
java.util.Iterator | getSupportedMechanismTypes()- Returns an
Iterator over the list of all XML processing
mechanism types supported by this DeserializerFactory.
|
getDeserializerAs
public Deserializer getDeserializerAs(String mechanismType)
Returns a Deserializer for the specified XML processing mechanism type.
mechanismType - XML processing mechanism type [TBD: definition of
valid constants]
- a Deserializer for the specified XML processing mechanism type
getSupportedMechanismTypes
public java.util.Iterator getSupportedMechanismTypes()
Returns an Iterator over the list of all XML processing
mechanism types supported by this DeserializerFactory.
- an
Iterator over the unique identifiers for the
supported XML processing mechanism types (as
Strings?)
Copyright © 2005 Apache Web Services Project. All Rights Reserved.