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
 void XSLTProcessor.writeResponse(HttpOutputStream out, HttpInputStream in, org.w3c.dom.Document document)
           
protected  void XSLTProcessor.processHttpException(HttpInputStream in, HttpOutputStream out, HttpException e)
           
 void XSLTProcessor.writeError(HttpOutputStream out, HttpInputStream in, java.lang.Exception e)
           
 java.lang.String XSLTProcessor.notFoundElement(java.lang.String path, HttpOutputStream out, HttpInputStream in)
           
 void ProcessorMBean.writeResponse(HttpOutputStream out, HttpInputStream in, org.w3c.dom.Document document)
          The method will process the result string and produce an output.
 void ProcessorMBean.writeError(HttpOutputStream out, HttpInputStream in, java.lang.Exception e)
          The method will process the result exception and produce output.
 java.lang.String ProcessorMBean.notFoundElement(java.lang.String path, HttpOutputStream out, HttpInputStream in)
          Let the processor load internally a not found element.
protected  void HttpAdaptor.postProcess(HttpOutputStream out, HttpInputStream in, org.w3c.dom.Document document)
           
protected  void HttpAdaptor.findUnknownElement(java.lang.String path, HttpOutputStream out, HttpInputStream in)
           
protected  void HttpAdaptor.postProcess(HttpOutputStream out, HttpInputStream in, java.lang.Exception e)
           
 void DefaultProcessor.writeResponse(HttpOutputStream out, HttpInputStream in, org.w3c.dom.Document document)
           
 void DefaultProcessor.writeError(HttpOutputStream out, HttpInputStream in, java.lang.Exception e)
           
 java.lang.String DefaultProcessor.notFoundElement(java.lang.String path, HttpOutputStream out, HttpInputStream in)
           
 



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