FileDocCategorySizeDatePackage
DeserializerFactory.javaAPI DocApache Axis 1.41879Sat Apr 22 18:57:28 BST 2006javax.xml.rpc.encoding

DeserializerFactory

public interface DeserializerFactory implements 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.
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public DeserializergetDeserializerAs(java.lang.String mechanismType)
Returns a Deserializer for the specified XML processing mechanism type.

param
mechanismType XML processing mechanism type [TBD: definition of valid constants]
return
a Deserializer for the specified XML processing mechanism type
throws
javax.xml.rpc.JAXRPCException if DeserializerFactory does not support the specified XML processing mechanism

public java.util.IteratorgetSupportedMechanismTypes()
Returns an Iterator over the list of all XML processing mechanism types supported by this DeserializerFactory.

return
an Iterator over the unique identifiers for the supported XML processing mechanism types (as Strings?)