org.apache.uima.adapter.soap
Class BinarySerializerFactory

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

public class BinarySerializerFactory
extends java.lang.Object
implements org.apache.axis.encoding.SerializerFactory

An Axis serializer factory that constructs instances of BinarySerializer.

See Also:
Serialized Form

Constructor Summary
BinarySerializerFactory()
           
BinarySerializerFactory(boolean aUseAttachments)
           
 
Method Summary
 javax.xml.rpc.encoding.Serializer getSerializerAs(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

BinarySerializerFactory

public BinarySerializerFactory()

BinarySerializerFactory

public BinarySerializerFactory(boolean aUseAttachments)
Method Detail

getSerializerAs

public javax.xml.rpc.encoding.Serializer getSerializerAs(java.lang.String mechanismType)
Specified by:
getSerializerAs in interface javax.xml.rpc.encoding.SerializerFactory

getSupportedMechanismTypes

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


Copyright © 2013. All Rights Reserved.