Uses of Class
org.apache.cactus.client.ClientException

Packages that use ClientException
org.apache.cactus.client Contains the classes implementing of the client side of Cactus. 
org.apache.cactus.util Contains various utility classes. 
 

Uses of ClientException in org.apache.cactus.client
 

Methods in org.apache.cactus.client that throw ClientException
 java.lang.Object WebResponseObjectFactory.getResponseObject(java.lang.String theClassName, Request theRequest, java.net.HttpURLConnection theConnection)
           
 java.lang.Object ResponseObjectFactory.getResponseObject(java.lang.String theClassName, Request theRequest, java.net.HttpURLConnection theConnection)
          Constructs response object that are passed as parameter to endXXX() and global end methods.
 

Uses of ClientException in org.apache.cactus.util
 

Methods in org.apache.cactus.util that throw ClientException
static org.apache.commons.httpclient.Header CookieUtil.createCookieHeader(java.lang.String theDomain, java.lang.String thePath, org.apache.commons.httpclient.Cookie[] theCookies)
          Create a HttpClient Header for cookies that matches the domain and path.
static java.lang.String CookieUtil.getCookieString(WebRequest theRequest, java.net.URL theUrl)
           
 



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.