org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
Class MBeanCommandProcessor

java.lang.Object
  extended by org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
      extended by org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.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.1.1.1 $
Author:
Carlos Quiroz, Lachezar Dobrev

Field Summary
 
Fields inherited from class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
builder, server
 
Constructor Summary
MBeanCommandProcessor()
           
 
Method Summary
protected  void addParameters(Element node, Document document, javax.management.MBeanParameterInfo[] parameters)
           
 Document executeRequest(HttpInputStream in)
          Executes an HTTP request.
 
Methods inherited from class org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.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 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
Specified by:
executeRequest in class HttpCommandProcessorAdaptor
Returns:
An XML Document
Throws:
IOException
javax.management.JMException

addParameters

protected void addParameters(Element node,
                             Document document,
                             javax.management.MBeanParameterInfo[] parameters)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.