com.ptc.core.ca.web.client.gw
Class WebGateway

java.lang.Object
  extended by com.ptc.core.ca.web.client.gw.WebGateway

Deprecated.

@Deprecated
public class WebGateway
extends Object

The class that effectively acts as a gateway class to DCA Web implementation. A very shallow gw.jsp is provided to initialize a few beans and invoke the handling of a request on a gateway object.

The following is a set of properties affecting gateway behavior that can be specified in wt.properties file



Supported API: true

Extendable: false


Field Summary
static String GATEWAY_RESOURCE
          Deprecated. 

Supported API: true
 
Method Summary
 void handleInstructions(WebEnvData envData)
          Deprecated. 

Supported API: true
 void handleRequest(WebEnvData envData)
          Deprecated. 

Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GATEWAY_RESOURCE

public static final String GATEWAY_RESOURCE
Deprecated. 


Supported API: true

Method Detail

handleRequest

public void handleRequest(WebEnvData envData)
                   throws IOException,
                          ServletException
Deprecated. 


Supported API: true

Parameters:
envData -
Throws:
IOException
javax.servlet.ServletException
ServletException

handleInstructions

public void handleInstructions(WebEnvData envData)
                        throws IOException,
                               ServletException,
                               WTException
Deprecated. 


Supported API: true

Parameters:
envData -
Throws:
IOException
javax.servlet.ServletException
WTException
ServletException