Package org.apache.ws.commons.util

Class Summary

Base64Performs Base64 encoding and/or decoding.
Base64.DecoderAn encoder is an object, which is able to decode char arrays in blocks of four bytes.
Base64.DecodingExceptionAn exception of this type is thrown, if the decoded character stream contains invalid input.
Base64.EncoderAn encoder is an object, which is able to encode byte array in blocks of three bytes.
Base64.EncoderOutputStreamAn OutputStream, which is writing to the given Base64.Encoder.
Base64.SAXEncoderAn Base64.Encoder, which is writing to a SAX content handler.
Base64.SAXIOExceptionAn exception of this type is thrown by the Base64.SAXEncoder, if writing to the target handler causes a SAX exception.
NamespaceContextImplDefault implementation of javax.xml.namespace.NamespaceContext.
XsDateFormatAn instance of java.text.Format, which may be used to parse and format xs:date values.
XsDateTimeFormatAn instance of java.text.Format, which may be used to parse and format xs:dateTime values.
XsTimeFormatAn instance of java.text.Format, which may be used to parse and format xs:time values.