gov.usda.gdpc.axis
Class PropertiesListSerializerFactory

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

public class PropertiesListSerializerFactory
extends java.lang.Object
implements org.apache.axis.encoding.SerializerFactory

Author:
terryc
See Also:
Serialized Form

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

Constructor Detail

PropertiesListSerializerFactory

public PropertiesListSerializerFactory()
PropertiesListSerializerFactory Constructor.

Method Detail

getSerializerAs

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

Specified by:
getSerializerAs in interface javax.xml.rpc.encoding.SerializerFactory
Parameters:
mechanismType - - XML processing mechanism type [TBD: definition of valid constants]
Returns:
a Serializer for the specified XML processing mechanism type.
Throws:
JAXRPCException - If SerializerFactory does not support the specified XML processing mechanism
java.lang.IllegalArgumentException - If an invalid mechanism type is specified.

getSupportedMechanismTypes

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

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