Class XSDBase64EncoderBase
- java.lang.Object
-
- com.sun.xml.rpc.encoding.simpletype.SimpleTypeEncoderBase
-
- com.sun.xml.rpc.encoding.simpletype.XSDBase64EncoderBase
-
- All Implemented Interfaces:
SimpleTypeEncoder
- Direct Known Subclasses:
XSDBase64BinaryEncoder,XSDBoxedBase64BinaryEncoder
public abstract class XSDBase64EncoderBase extends SimpleTypeEncoderBase
- Author:
- JAX-RPC Development Team
-
-
Field Summary
Fields Modifier and Type Field Description protected static int[]decodeBase64protected static char[]encodeBase64
-
Constructor Summary
Constructors Modifier Constructor Description protectedXSDBase64EncoderBase()
-
Method Summary
-
Methods inherited from class com.sun.xml.rpc.encoding.simpletype.SimpleTypeEncoderBase
objectToString, stringToObject, writeAdditionalNamespaceDeclarations, writeValue
-
-