org.apache.uima.adapter.soap
Class BinaryDeserializerFactory

java.lang.Object
  extended by org.apache.uima.adapter.soap.BinaryDeserializerFactory
All Implemented Interfaces:
java.io.Serializable, javax.xml.rpc.encoding.DeserializerFactory

public class BinaryDeserializerFactory
extends java.lang.Object
implements org.apache.axis.encoding.DeserializerFactory

An Axis deserializer factory that constructs instances of BinaryDeserializer.

See Also:
Serialized Form

Constructor Summary
BinaryDeserializerFactory()
           
 
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

BinaryDeserializerFactory

public BinaryDeserializerFactory()
Method Detail

getDeserializerAs

public javax.xml.rpc.encoding.Deserializer getDeserializerAs(java.lang.String mechanismType)
Specified by:
getDeserializerAs in interface javax.xml.rpc.encoding.DeserializerFactory

getSupportedMechanismTypes

public java.util.Iterator getSupportedMechanismTypes()
Specified by:
getSupportedMechanismTypes in interface javax.xml.rpc.encoding.DeserializerFactory


Copyright © 2013. All Rights Reserved.