javax.xml.rpc.encoding
Interface DeserializerFactory

All Superinterfaces:
Serializable

public interface DeserializerFactory
extends Serializable

A factory of deserializers. A DeserializerFactory is registered with a TypeMapping instance as part of the TypeMappingRegistry.

Version:
$Revision: 1.2.8.2 $
Author:
Scott.Stark@jboss.org
See Also:
Deserializer, TypeMapping, TypeMappingRegistry

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

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]
Returns:
a Deserializer
Throws:
JAXRPCException - If DeserializerFactory does not support the specified XML processing mechanism

getSupportedMechanismTypes

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.