Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

samples.encoding
Class DataSerFactory  view DataSerFactory download DataSerFactory.java

java.lang.Object
  extended bysamples.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


Field Summary
private  java.util.Vector mechanisms
           
 
Constructor Summary
DataSerFactory()
           
 
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 an Iterator over 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
 

Field Detail

mechanisms

private java.util.Vector mechanisms
Constructor Detail

DataSerFactory

public DataSerFactory()
Method Detail

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