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
- Author:
- JAX-RPC Development Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final int[]protected static final char[] -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.xml.rpc.encoding.simpletype.SimpleTypeEncoderBase
objectToString, stringToObject, writeAdditionalNamespaceDeclarations, writeValue
-
Field Details
-
encodeBase64
protected static final char[] encodeBase64 -
decodeBase64
protected static final int[] decodeBase64
-
-
Constructor Details
-
XSDBase64EncoderBase
protected XSDBase64EncoderBase()
-