Class XmlSerializer_Axis11
- java.lang.Object
-
- org.apache.uima.adapter.soap.axis11.XmlSerializer_Axis11
-
- All Implemented Interfaces:
Serializable
,javax.xml.rpc.encoding.Serializer
,org.apache.axis.encoding.Serializer
public class XmlSerializer_Axis11 extends Object implements org.apache.axis.encoding.Serializer
An Axis serializer for anyXMLizable
object.This class works only under Axis v1.1.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlSerializer_Axis11()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMechanismType()
void
serialize(QName name, Attributes attributes, Object value, org.apache.axis.encoding.SerializationContext context)
Serialize an element named name, with the indicated attributes and value.Element
writeSchema(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:
serialize
in 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:
getMechanismType
in interfacejavax.xml.rpc.encoding.Serializer
-
-