mx4j.adaptor.http
Class MBeanCommandProcessor

java.lang.Object
  |
  +--mx4j.adaptor.http.HttpCommandProcessorAdaptor
        |
        +--mx4j.adaptor.http.MBeanCommandProcessor
All Implemented Interfaces:
HttpCommandProcessor

public class MBeanCommandProcessor
extends HttpCommandProcessorAdaptor

MBeanCommandProcessor, processes a request for getting data about a MBean

Version:
$Revision: 1.10 $
Author:
Carlos Quiroz, Lachezar Dobrev

Fields inherited from class mx4j.adaptor.http.HttpCommandProcessorAdaptor
builder, server
 
Constructor Summary
MBeanCommandProcessor()
           
 
Method Summary
protected  void addParameters(org.w3c.dom.Element node, org.w3c.dom.Document document, MBeanParameterInfo[] parameters)
           
 org.w3c.dom.Document executeRequest(HttpInputStream in)
          Executes an HTTP request.
 
Methods inherited from class mx4j.adaptor.http.HttpCommandProcessorAdaptor
setDocumentBuilder, setMBeanServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanCommandProcessor

public MBeanCommandProcessor()
Method Detail

executeRequest

public org.w3c.dom.Document executeRequest(HttpInputStream in)
                                    throws java.io.IOException,
                                           JMException
Description copied from interface: HttpCommandProcessor
Executes an HTTP request. It assumes the request is well formed
Overrides:
executeRequest in class HttpCommandProcessorAdaptor
Following copied from interface: mx4j.adaptor.http.HttpCommandProcessor
Parameters:
out - Input request
Returns:
An XML Document
Throws:
java.io.IOException -  

addParameters

protected void addParameters(org.w3c.dom.Element node,
                             org.w3c.dom.Document document,
                             MBeanParameterInfo[] parameters)


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