JavaTM 2 Platform
Ent. Ed. v1.4

javax.xml.rpc.encoding
Interface DeserializerFactory

All Superinterfaces:
Serializable

public interface DeserializerFactory
extends 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
Author:
Rahul Sharma
See Also:
Serializer

Method Summary
 Deserializer getDeserializerAs(String mechanismType)
          Returns a Deserializer for the specified XML processing mechanism type.
 Iterator getSupportedMechanismTypes()
          Returns a list of all XML processing mechanism types supported by this DeserializerFactory.
 

Method Detail

getDeserializerAs

public Deserializer getDeserializerAs(String mechanismType)
Returns a Deserializer for the specified XML processing mechanism type.

Parameters:
mechanismType - XML processing mechanism type [TBD: definition of valid constants]
Throws:
JAXRPCException - If DeserializerFactory does not support the specified XML processing mechanism

getSupportedMechanismTypes

public Iterator getSupportedMechanismTypes()
Returns a list of all XML processing mechanism types supported by this DeserializerFactory.

Returns:
List of unique identifiers for the supported XML processing mechanism types

JavaTM 2 Platform
Ent. Ed. v1.4

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.