gov.usda.gdpc.axis
Class GenericTableDeserializerFactory

java.lang.Object
  extended bygov.usda.gdpc.axis.GenericTableDeserializerFactory
All Implemented Interfaces:
javax.xml.rpc.encoding.DeserializerFactory, org.apache.axis.encoding.DeserializerFactory, java.io.Serializable

public class GenericTableDeserializerFactory
extends java.lang.Object
implements org.apache.axis.encoding.DeserializerFactory

Author:
terryc
See Also:
Serialized Form

Constructor Summary
GenericTableDeserializerFactory()
          GenericTableDeserializerFactory Constructor.
 
Method Summary
 javax.xml.rpc.encoding.Deserializer getDeserializerAs(java.lang.String mechanismType)
          Returns a Deserializer for the specified XML processing mechanism type.
 java.util.Iterator getSupportedMechanismTypes()
          Returns a list of all XML processing mechanism types supported by this DeserializerFactory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericTableDeserializerFactory

public GenericTableDeserializerFactory()
GenericTableDeserializerFactory Constructor.

Method Detail

getDeserializerAs

public javax.xml.rpc.encoding.Deserializer getDeserializerAs(java.lang.String mechanismType)
Returns a Deserializer for the specified XML processing mechanism type.

Specified by:
getDeserializerAs in interface javax.xml.rpc.encoding.DeserializerFactory
Parameters:
mechanismType - XML processing mechanism type [TBD: definition of valid constants]
Returns:
Returns a Deserializer for the specified XML processing mechanism type.
Throws:
JAXRPCException - If DeserializerFactory does not support the specified XML processing mechanism

getSupportedMechanismTypes

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

Specified by:
getSupportedMechanismTypes in interface javax.xml.rpc.encoding.DeserializerFactory
Returns:
List of unique identifiers for the supported XML processing mechanism types