mx4j.adaptor.http
Class ConstructorsCommandProcessor
java.lang.Object
|
+--mx4j.adaptor.http.HttpCommandProcessorAdaptor
|
+--mx4j.adaptor.http.ConstructorsCommandProcessor
- All Implemented Interfaces:
- HttpCommandProcessor
- public class ConstructorsCommandProcessor
- extends HttpCommandProcessorAdaptor
ConstructorsCommandProcessor, processes a request to query the available
constructors for a classname
Method Summary |
protected void |
addParameters(org.w3c.dom.Element node,
org.w3c.dom.Document document,
java.lang.Class[] parameters)
|
org.w3c.dom.Document |
executeRequest(mx4j.adaptor.http.HttpInputStream in)
Executes an HTTP request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorsCommandProcessor
public ConstructorsCommandProcessor()
executeRequest
public org.w3c.dom.Document executeRequest(mx4j.adaptor.http.HttpInputStream in)
throws java.io.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:
java.io.IOException
JMException
addParameters
protected void addParameters(org.w3c.dom.Element node,
org.w3c.dom.Document document,
java.lang.Class[] parameters)