mx4j.tools.adaptor.http
Interface HttpCommandProcessor
- ConstructorsCommandProcessor, CreateMBeanCommandProcessor, DeleteMBeanCommandProcessor, EmptyCommandProcessor, GetAttributeCommandProcessor, HttpCommandProcessorAdaptor, InvokeOperationCommandProcessor, MBeanCommandProcessor, RelationCommandProcessor, ServerByDomainCommandProcessor, ServerCommandProcessor, SetAttributeCommandProcessor, SetAttributesCommandProcessor
public interface HttpCommandProcessor
HttpCommandProcessor sets the structure of a command processor
executeRequest
public Document executeRequest(HttpInputStream in)
throws IOException,
javax.management.JMException
Executes an HTTP request. It assumes the request is well formed
setDocumentBuilder
public void setDocumentBuilder(DocumentBuilder builder)
Sets the Document Builder factory
setMBeanServer
public void setMBeanServer(javax.management.MBeanServer server)
Sets the target MBeanServer
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.