wt.federation
Class Redirector
java.lang.Object
wt.federation.Redirector
- All Implemented Interfaces:
- Externalizable, Serializable
public class Redirector
- extends Object
- implements Externalizable
This class provides the HTTP interface for Federated RMI.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
static void |
getActionURL(HTTPRequest request,
HTTPResponse response)
Supports HTTP GET requests that generate redirect responses
providing URL's generated from URL action templates defined
in FederatedService objects. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getActionURL
public static void getActionURL(HTTPRequest request,
HTTPResponse response)
throws wt.federation.FederationServicesException
- Supports HTTP GET requests that generate redirect responses
providing URL's generated from URL action templates defined
in FederatedService objects.
Supported API: true
- Parameters:
request - response -
- Throws:
wt.federation.FederationServicesException