Package org.ow2.orchestra.util

Class Summary
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Chainer<T> Generic chainer.
ClassDataTool  
ClassDataTool.MyVisitor  
DocumentProxy  
Final<T> This class provides an efficient way --- using hardware instructions if available --- for holding a variable that can only be initialized once (aka: final variables).
LoggingInvocationHandler<T>  
MBeanInvocationHandler  
Misc  
Misc.NullCheckResult Represents null value returned by Misc.findNull(Object...).
PrefixThreadFactory  
QNameComparator  
SimpleCallbackHandler  
SOAPUtil  
StandardCallbackHandler  
TraceFormatter Custom implementation of the SimpleFormatter class.
WeakValueMap<K,V> A map implementation with weak values.
XmlUtil convenience methods to make reading org.w3c.dom models easier.
XmlUtil.NamespaceValue  
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.