Package mx4j.adaptor.http

Interface Summary
HttpAdaptorMBean MBean interface.
HttpCommandProcessor HttpCommandProcessor sets the structure of a command processor
ProcessorMBean Processor ManagementBean, just defines a generic description
XSLTProcessorMBean MBean interface.
 

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
ConstructorsCommandProcessor ConstructorsCommandProcessor, processes a request to query the available constructors for a classname
CreateMBeanCommandProcessor CreateMBeanCommandProcessor, processes a request for creating and registering an MBean
DefaultProcessor DefaultPostProcessor doesn't alter the result, just publising the xml file
DeleteMBeanCommandProcessor DeleteMBeanCommandProcessor, processes a request for unregistering an MBean
EmptyCommandProcessor EmptyCommandProcessor, returns an empty xml tree
GetAttributeCommandProcessor GetAttributeCommandProcessor, processes a request for getting one attribute of a specific MBean.
HttpAdaptor HttpAdaptor sets the basic adaptor listening for HTTP requests
HttpAdaptorMBeanDescription MBean description. * @author Carlos Quiroz
HttpCommandProcessorAdaptor HttpCommandProcessor sets the structure of a command processor
HttpConstants Define constants for the HTTP request processing
HttpInputStream HttpInputStream processes an HTTP request
HttpOutputStream HttpAdaptor sets the basic adaptor listening for HTTP requests
HttpUtil Utility methods for the HTTP adaptor
InvokeOperationCommandProcessor InvokeOperationCommandProcessor, processes a request for unregistering an MBean
MBeanCommandProcessor MBeanCommandProcessor, processes a request for getting data about a MBean
ProcessorMBeanDescription Description of the ProcessorMBean interface
RelationCommandProcessor CreateMBeanCommandProcessor, processes a request for creating and registering an MBean
ServerByDomainCommandProcessor ServerByDomainCommandProcessor, processes a request for getting all the MBeans of the current server grouped by domains
ServerCommandProcessor ServerCommandProcessor, processes a request for getting all the MBeans of the current server
SetAttributeCommandProcessor SetAttributeCommandProcessor, processes a request for setting one attribute in one MBean
SetAttributesCommandProcessor SetAttributesCommandProcessor, processes a request for setting one or more attributes in one MBean. it uses th facility of havin multiple submit buttons in a web page if the set_all=Set variable is passed all attributes will be set, if a set_XXX varialbe is passed only the specific attribute will be set
XSLTProcessor XSLTPostProcessor pass the document through an XSLT transformation
XSLTProcessorMBeanDescription MBean description. * @author Carlos Quiroz
 

Exception Summary
HttpException HttpException is emitted when an error parsing an HTTP request appears
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.