com.acsinet_solutions.cetia4.controller
Interface RequestType


public interface RequestType

Defines the request types supported by the current implementation. This was defined as an interface and not an Enum because new request types may be defined by developers in future versions of the framework when an extensibility mechanism is provided - if necessary.

Author:
Santiago Arriaga
See Also:
RequestContext.getRequestType()

Field Summary
static java.lang.String WEB
          Traditional web requests; the value of this constant is "web"
static java.lang.String WS_STATELESS
          Stateless web service requests; the value of this constant is "ws_stateless"
 

Field Detail

WEB

static final java.lang.String WEB
Traditional web requests; the value of this constant is "web"

See Also:
Constant Field Values

WS_STATELESS

static final java.lang.String WS_STATELESS
Stateless web service requests; the value of this constant is "ws_stateless"

See Also:
Constant Field Values