public abstract class HttpCommandProcessorAdaptor extends java.lang.Object implements HttpCommandProcessor
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.parsers.DocumentBuilder |
builder |
protected javax.management.MBeanServer |
server |
| Constructor and Description |
|---|
HttpCommandProcessorAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.w3c.dom.Document |
executeRequest(HttpInputStream in)
Executes an HTTP request.
|
void |
setDocumentBuilder(javax.xml.parsers.DocumentBuilder builder)
Sets the Document Builder factory
|
void |
setMBeanServer(javax.management.MBeanServer server)
Sets the target MBeanServer
|
protected javax.management.MBeanServer server
protected javax.xml.parsers.DocumentBuilder builder
public abstract org.w3c.dom.Document executeRequest(HttpInputStream in) throws java.io.IOException, javax.management.JMException
HttpCommandProcessorexecuteRequest in interface HttpCommandProcessorjava.io.IOExceptionjavax.management.JMExceptionpublic void setMBeanServer(javax.management.MBeanServer server)
setMBeanServer in interface HttpCommandProcessorpublic void setDocumentBuilder(javax.xml.parsers.DocumentBuilder builder)
setDocumentBuilder in interface HttpCommandProcessor