Class BinarySerializer_Axis11
- java.lang.Object
-
- org.apache.uima.adapter.soap.axis11.BinarySerializer_Axis11
-
- All Implemented Interfaces:
Serializable
,javax.xml.rpc.encoding.Serializer
,org.apache.axis.encoding.Serializer
public class BinarySerializer_Axis11 extends Object implements org.apache.axis.encoding.Serializer
An Axis serializer forSerializable
objects. The serialized bytes are Base-64 encoded for transport via SOAP.This class works only under Axis v1.1.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinarySerializer_Axis11()
BinarySerializer_Axis11(boolean aUseAttachments)
-
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
-
-