public class BinarySerializer extends Object implements org.apache.axis.encoding.Serializer
Serializable
objects. The serialized bytes are Base-64 encoded for
transport via SOAP.Constructor and Description |
---|
BinarySerializer() |
BinarySerializer(boolean aUseAttachments) |
Modifier and Type | Method and 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) |
public BinarySerializer()
public BinarySerializer(boolean aUseAttachments)
public void serialize(QName name, Attributes attributes, Object value, org.apache.axis.encoding.SerializationContext context) throws IOException
name
- is the element nameattributes
- are the attributes...serializer is free to add more.value
- is the valuecontext
- is the SerializationContextIOException
public String getMechanismType()
getMechanismType
in interface javax.xml.rpc.encoding.Serializer
Copyright © 2017. All rights reserved.