mx4j.tools.adaptor.http

Class HttpCommandProcessorAdaptor

public abstract class HttpCommandProcessorAdaptor extends Object implements HttpCommandProcessor

HttpCommandProcessor sets the structure of a command processor

Version: $Revision: 1.3 $

Field Summary
protected DocumentBuilderbuilder
protected MBeanServerserver
Method Summary
abstract DocumentexecuteRequest(HttpInputStream in)
voidsetDocumentBuilder(DocumentBuilder builder)
Sets the Document Builder factory
voidsetMBeanServer(MBeanServer server)
Sets the target MBeanServer

Field Detail

builder

protected DocumentBuilder builder

server

protected MBeanServer server

Method Detail

executeRequest

public abstract Document executeRequest(HttpInputStream in)

setDocumentBuilder

public void setDocumentBuilder(DocumentBuilder builder)
Sets the Document Builder factory

setMBeanServer

public void setMBeanServer(MBeanServer server)
Sets the target MBeanServer
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.