Methods in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http with parameters of type HttpOutputStream |
protected void |
HttpAdaptor.findUnknownElement(String path,
HttpOutputStream out,
HttpInputStream in)
|
String |
ProcessorMBean.notFoundElement(String path,
HttpOutputStream out,
HttpInputStream in)
Let the processor load internally a not found element. |
String |
XSLTProcessor.notFoundElement(String path,
HttpOutputStream out,
HttpInputStream in)
|
String |
DefaultProcessor.notFoundElement(String path,
HttpOutputStream out,
HttpInputStream in)
|
protected void |
HttpAdaptor.postProcess(HttpOutputStream out,
HttpInputStream in,
org.w3c.dom.Document document)
|
protected void |
HttpAdaptor.postProcess(HttpOutputStream out,
HttpInputStream in,
Exception e)
|
protected void |
XSLTProcessor.processHttpException(HttpInputStream in,
HttpOutputStream out,
HttpException e)
|
void |
ProcessorMBean.writeError(HttpOutputStream out,
HttpInputStream in,
Exception e)
The method will process the result exception and produce output. |
void |
XSLTProcessor.writeError(HttpOutputStream out,
HttpInputStream in,
Exception e)
|
void |
DefaultProcessor.writeError(HttpOutputStream out,
HttpInputStream in,
Exception e)
|
void |
ProcessorMBean.writeResponse(HttpOutputStream out,
HttpInputStream in,
org.w3c.dom.Document document)
The method will process the result string and produce an output. |
void |
XSLTProcessor.writeResponse(HttpOutputStream out,
HttpInputStream in,
org.w3c.dom.Document document)
|
void |
DefaultProcessor.writeResponse(HttpOutputStream out,
HttpInputStream in,
org.w3c.dom.Document document)
|