org.apache.uima.adapter.soap
Class XmlDeserializerFactory

java.lang.Object
  extended by org.apache.uima.adapter.soap.XmlDeserializerFactory

public class XmlDeserializerFactory
extends java.lang.Object

An Axis deserializer factory that constructs instances of XmlDeserializer.


Constructor Summary
XmlDeserializerFactory()
           
 
Method Summary
 javax.xml.rpc.encoding.Deserializer getDeserializerAs(java.lang.String mechanismType)
           
 java.util.Iterator getSupportedMechanismTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlDeserializerFactory

public XmlDeserializerFactory()
Method Detail

getDeserializerAs

public javax.xml.rpc.encoding.Deserializer getDeserializerAs(java.lang.String mechanismType)

getSupportedMechanismTypes

public java.util.Iterator getSupportedMechanismTypes()


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.