Uses of Interface
org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ProcessorMBean

Packages that use ProcessorMBean
org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http   
 

Uses of ProcessorMBean in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
 

Subinterfaces of ProcessorMBean in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http
 interface XSLTProcessorMBean
          Management interface for the XSLTProcessor MBean.
 

Classes in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http that implement ProcessorMBean
 class DefaultProcessor
          DefaultPostProcessor doesn't alter the result, just publising the xml file
 class XSLTProcessor
          XSLTPostProcessor pass the document through an XSLT transformation
 

Methods in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http that return ProcessorMBean
 ProcessorMBean HttpAdaptor.getProcessor()
           
 ProcessorMBean HttpAdaptorMBean.getProcessor()
          Returns the Processor set by HttpAdaptorMBean.setProcessor(org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.ProcessorMBean)
 

Methods in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http with parameters of type ProcessorMBean
 void HttpAdaptor.setProcessor(ProcessorMBean processor)
          Sets the object which will post process the XML results.
 void HttpAdaptorMBean.setProcessor(ProcessorMBean processor)
          Sets the object which will post process the XML results.