org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
Class HttpCommandProcessorAdaptor
java.lang.Object
org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
- All Implemented Interfaces:
- HttpCommandProcessor
- Direct Known Subclasses:
- ConstructorsCommandProcessor, CreateMBeanCommandProcessor, DeleteMBeanCommandProcessor, EmptyCommandProcessor, GetAttributeCommandProcessor, InvokeOperationCommandProcessor, MBeanCommandProcessor, ServerByDomainCommandProcessor, ServerCommandProcessor, SetAttributeCommandProcessor, SetAttributesCommandProcessor
public abstract class HttpCommandProcessorAdaptor
- extends Object
- implements HttpCommandProcessor
HttpCommandProcessor sets the structure of a command processor
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Carlos Quiroz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
server
protected javax.management.MBeanServer server
builder
protected DocumentBuilder builder
HttpCommandProcessorAdaptor
public HttpCommandProcessorAdaptor()
executeRequest
public abstract Document executeRequest(HttpInputStream in)
throws IOException,
javax.management.JMException
- Description copied from interface:
HttpCommandProcessor
- Executes an HTTP request. It assumes the request is well formed
- Specified by:
executeRequest
in interface HttpCommandProcessor
- Returns:
- An XML Document
- Throws:
IOException
javax.management.JMException
setMBeanServer
public void setMBeanServer(javax.management.MBeanServer server)
- Sets the target MBeanServer
- Specified by:
setMBeanServer
in interface HttpCommandProcessor
setDocumentBuilder
public void setDocumentBuilder(DocumentBuilder builder)
- Sets the Document Builder factory
- Specified by:
setDocumentBuilder
in interface HttpCommandProcessor
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.