org.apache.uima.adapter.soap
Class XmlSerializerFactory

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

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

An AxisSerializer factory that constructs instances of XmlSerializer.

See Also:
Serialized Form

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

XmlSerializerFactory

public XmlSerializerFactory()
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.