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

Packages that use ClientException
org.apache.cactus.internal.client Contains the classes implementing of the client side of Cactus. 
org.apache.cactus.internal.util Contains various internal utility classes. 
org.apache.cactus.spi.client Contains Cactus client-side SPI classes required to implement new protocols other than the Cactus-implemented ones. 
 

Uses of ClientException in org.apache.cactus.internal.client
 

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

Uses of ClientException in org.apache.cactus.internal.util
 

Methods in org.apache.cactus.internal.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)
           
 

Uses of ClientException in org.apache.cactus.spi.client
 

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



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.