|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
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 |
|---|
static final java.lang.String WEB
static final java.lang.String WS_STATELESS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||