Uses of Class
org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http.HttpOutputStream

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

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

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