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

Packages that use HttpException
mx4j.tools.adaptor.http   
 

Uses of HttpException in mx4j.tools.adaptor.http
 

Methods in mx4j.tools.adaptor.http with parameters of type HttpException
protected  void XSLTProcessor.processHttpException(HttpInputStream in, HttpOutputStream out, HttpException e)
           
 

Methods in mx4j.tools.adaptor.http that throw HttpException
 java.lang.String XSLTProcessor.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.
protected  void HttpInputStream.parseVariables()
          Parses the request parameters
protected  void HttpInputStream.parseMethod(java.lang.String method)
          Parses the connection method.
protected  void HttpInputStream.parseRequest(java.lang.String request)
          Parses the request
protected  void HttpInputStream.parseVersion(java.lang.String verStr)
          Parses the request HttpConstants version
 java.lang.String DefaultProcessor.notFoundElement(java.lang.String path, HttpOutputStream out, HttpInputStream in)
           
 



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