org.apache.uima.adapter.soap
Class BinarySerializerFactory

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

public class BinarySerializerFactory
extends java.lang.Object

An Axis serializer factory that constructs instances of BinarySerializer.


Constructor Summary
BinarySerializerFactory()
           
BinarySerializerFactory(boolean aUseAttachments)
           
 
Method Summary
 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 Serializer getSerializerAs(java.lang.String mechanismType)

getSupportedMechanismTypes

public java.util.Iterator getSupportedMechanismTypes()


Copyright © 2011. All Rights Reserved.