Package | Description |
---|---|
mx4j.tools.adaptor.http |
Modifier and Type | Interface and Description |
---|---|
interface |
XSLTProcessorMBean
Management interface for the XSLTProcessor MBean.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultProcessor
DefaultPostProcessor doesn't alter the result, just publising the xml file
|
class |
XSLTProcessor
XSLTPostProcessor pass the document through an XSLT transformation
|
Modifier and Type | Method and Description |
---|---|
ProcessorMBean |
HttpAdaptor.getProcessor() |
ProcessorMBean |
HttpAdaptorMBean.getProcessor()
Returns the Processor set by
HttpAdaptorMBean.setProcessor(mx4j.tools.adaptor.http.ProcessorMBean) |
Modifier and Type | Method and Description |
---|---|
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.
|