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