org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
Class ConstructorsCommandProcessor
java.lang.Object
org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ConstructorsCommandProcessor
- All Implemented Interfaces:
- HttpCommandProcessor
public class ConstructorsCommandProcessor
- extends HttpCommandProcessorAdaptor
ConstructorsCommandProcessor, processes a request to query the available
constructors for a classname
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Carlos Quiroz, Lachezar Dobrev
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorsCommandProcessor
public ConstructorsCommandProcessor()
executeRequest
public Document executeRequest(HttpInputStream in)
throws IOException,
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
JMException
addParameters
protected void addParameters(Element node,
Document document,
Class[] parameters)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.