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

Quick Search    Search Deep

samples.encoding
Class DataDeserFactory  view DataDeserFactory download DataDeserFactory.java

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


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

Field Detail

mechanisms

private java.util.Vector mechanisms
Constructor Detail

DataDeserFactory

public DataDeserFactory()
Method Detail

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