All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.apache.soap.encoding.soapenc.Base64Serializer
Base64Serializer
is used to serialize and deserialize
byte arrays using the SOAP-ENC
encoding style. The byte
arrays are encoded using the SOAP-ENC:base64 subtype.
public Base64Serializer()
public void marshall(String inScopeEncStyle, Class javaType, Object src, Object context, Writer sink, NSStack nsStack, XMLJavaMappingRegistry xjmr) throws IllegalArgumentException, IOExceptionunmarshall
public Bean unmarshall(String inScopeEncStyle, QName elementType, Node src, XMLJavaMappingRegistry xjmr) throws IllegalArgumentException
All Packages Class Hierarchy This Package Previous Next Index