java.lang.Object
samples.encoding.DataDeserFactory
- All Implemented Interfaces:
- javax.xml.rpc.encoding.DeserializerFactory, org.apache.axis.encoding.DeserializerFactory, java.io.Serializable
- public class DataDeserFactory
- extends java.lang.Object
- implements org.apache.axis.encoding.DeserializerFactory
DeserializerFactory for DataDeser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mechanisms
private java.util.Vector mechanisms
DataDeserFactory
public DataDeserFactory()
getDeserializerAs
public javax.xml.rpc.encoding.Deserializer getDeserializerAs(java.lang.String mechanismType)
- Description copied from interface:
javax.xml.rpc.encoding.DeserializerFactory
- Returns a Deserializer for the specified XML processing mechanism type.
- Specified by:
getDeserializerAs in interface javax.xml.rpc.encoding.DeserializerFactory
getSupportedMechanismTypes
public java.util.Iterator getSupportedMechanismTypes()
- Description copied from interface:
javax.xml.rpc.encoding.DeserializerFactory
- Returns an
Iterator over the list of all XML processing
mechanism types supported by this DeserializerFactory.
- Specified by:
getSupportedMechanismTypes in interface javax.xml.rpc.encoding.DeserializerFactory