Package org.apache.uima.adapter.soap
Class XmlSerializer
- java.lang.Object
-
- org.apache.uima.adapter.soap.XmlSerializer
-
- All Implemented Interfaces:
Serializable,javax.xml.rpc.encoding.Serializer,org.apache.axis.encoding.Serializer
public class XmlSerializer extends Object implements org.apache.axis.encoding.Serializer
An Axis serializer for anyXMLizableobject.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMechanismType()voidserialize(QName name, Attributes attributes, Object value, org.apache.axis.encoding.SerializationContext context)Serialize an element named name, with the indicated attributes and value.ElementwriteSchema(Class javaType, org.apache.axis.wsdl.fromJava.Types types)
-
-
-
Method Detail
-
serialize
public void serialize(QName name, Attributes attributes, Object value, org.apache.axis.encoding.SerializationContext context) throws IOException
Serialize an element named name, with the indicated attributes and value.- Specified by:
serializein interfaceorg.apache.axis.encoding.Serializer- Parameters:
name- is the element nameattributes- are the attributes...serializer is free to add more.value- is the valuecontext- is the SerializationContext- Throws:
IOException
-
getMechanismType
public String getMechanismType()
- Specified by:
getMechanismTypein interfacejavax.xml.rpc.encoding.Serializer
-
-