mx4j.adaptor.http
Class SetAttributeCommandProcessor

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

public class SetAttributeCommandProcessor
extends HttpCommandProcessorAdaptor

SetAttributeCommandProcessor, processes a request for setting one attribute in one MBean


Field Summary
 
Fields inherited from class mx4j.adaptor.http.HttpCommandProcessorAdaptor
builder, server
 
Constructor Summary
SetAttributeCommandProcessor()
           
 
Method Summary
 org.w3c.dom.Document executeRequest(mx4j.adaptor.http.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

SetAttributeCommandProcessor

public SetAttributeCommandProcessor()
Method Detail

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