Uses of Class
mx4j.tools.adaptor.http.HttpOutputStream

Packages that use HttpOutputStream
mx4j.tools.adaptor.http   
 

Uses of HttpOutputStream in mx4j.tools.adaptor.http
 

Methods in mx4j.tools.adaptor.http with parameters of type HttpOutputStream
protected  void HttpAdaptor.findUnknownElement(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)
           
 java.lang.String DefaultProcessor.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 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.writeError(HttpOutputStream out, HttpInputStream in, java.lang.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)
           
 



Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.