Package | Description |
---|---|
oracle.wsm.common.sdk |
Modifier and Type | Field and Description |
---|---|
IMessageContext.ReqOriginEnum |
MessageContext.requestOrigin |
Modifier and Type | Method and Description |
---|---|
IMessageContext.ReqOriginEnum |
IMessageContext.getRequestOrigin()
This method returns the origin of the request.
|
IMessageContext.ReqOriginEnum |
MessageContext.getRequestOrigin() |
static IMessageContext.ReqOriginEnum |
IMessageContext.ReqOriginEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMessageContext.ReqOriginEnum[] |
IMessageContext.ReqOriginEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|