mx4j.adaptor.http
Interface HttpCommandProcessor

All Known Implementing Classes:
HttpCommandProcessorAdaptor

public interface HttpCommandProcessor

HttpCommandProcessor sets the structure of a command processor

Version:
$Revision: 1.4 $
Author:
Carlos Quiroz

Method Summary
 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(MBeanServer server)
          Sets the target MBeanServer
 

Method Detail

executeRequest

public org.w3c.dom.Document executeRequest(HttpInputStream in)
                                    throws java.io.IOException,
                                           JMException
Executes an HTTP request. It assumes the request is well formed

Returns:
An XML Document
Throws:
java.io.IOException
JMException

setMBeanServer

public void setMBeanServer(MBeanServer server)
Sets the target MBeanServer


setDocumentBuilder

public void setDocumentBuilder(javax.xml.parsers.DocumentBuilder builder)
Sets the Document Builder factory



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