Package mx4j.adaptor.http

Interface Summary
HttpAdaptorMBean MBean of the HTTPAdapter
ProcessorMBean Processor ManagementBean, just defines a generic description
XSLTProcessorMBean Management interface of the XSLTPostProcessor
 

Class Summary
Base64 Base 64 processor.
Base64.InputStream A Base64.InputStream will read data from another 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 OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
CommandProcessorUtil Contains utilities common to CommandProcessor objects
DefaultProcessor DefaultPostProcessor doesn't alter the result, just publising the xml file
HttpAdaptor HttpAdaptor sets the basic adaptor listening for HTTP requests
HttpAdaptorMBeanDescription  
RelationCommandProcessor CreateMBeanCommandProcessor, processes a request for creating and registering an MBean
XSLTProcessor XSLTPostProcessor pass the document through an XSLT transformation
XSLTProcessorMBeanDescription