org.apache.cactus.internal.client
Class EJBClient

java.lang.Object
  extended by org.apache.cactus.internal.client.AbstractEJBClient
      extended by org.apache.cactus.internal.client.EJBClient

public class EJBClient
extends AbstractEJBClient

Prototype of EJBRedirector for Cactus.

Author:
Siddhartha P. Chandurkar (siddhartha@visioncodified.com)

Constructor Summary
EJBClient()
           
 
Method Summary
 java.lang.String getRedirectorURL(EJBRequest theRequest)
          A method to extract the redirector url from the request.
 
Methods inherited from class org.apache.cactus.internal.client.AbstractEJBClient
doTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBClient

public EJBClient()
Method Detail

getRedirectorURL

public java.lang.String getRedirectorURL(EJBRequest theRequest)
A method to extract the redirector url from the request.

Specified by:
getRedirectorURL in class AbstractEJBClient
Parameters:
theRequest -
Returns:
the string presentation of the url


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