Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-02


oracle.wsm.common.sdk
Interface IMessageContext

All Superinterfaces:
IContext, Serializable

public interface IMessageContext
extends IContext

Nested Class Summary
static class IMessageContext.STAGE
           
static class IMessageContext.TYPE
           

 

Field Summary
static String AGENT_CONTEXT
           
static String ASYNC_REQ_REPLYTO_ELEM
           
static String LEGACY_POLICY_OPERATION_MAP
           
static String LEGACY_POLICY_SET
           
static String LEGACYPOLICY_ENABLED
           
static String OPERATION_ID
           
static String OPERATION_NAME
           
static String POLICY_SET
           
static String REMOTE_IP
           
static String REQUEST_PROCESSED_HEADERS
           
static String RESPONSE_PROCESSED_HEADERS
           
static String SECURITY_SUBJECT
           
static String WSDL_DEFINTION
           

 

Method Summary
 String getGUID()
           
 InvocationStatus getInvocationStatus()
           
 String getRemoteAddr()
           
 String getServiceID()
           
 String getServiceURL()
           
 IMessageContext.STAGE getStage()
           
 long getStartTime()
           
 IMessageContext.TYPE getType()
           
 void setRemoteAddr(String remoteAddr)
           
 void setServiceID(String id)
           
 void setServiceURL(String serviceURL)
           
 void setStage(IMessageContext.STAGE stage)
           
 void setStartTime(long time)
           
 void setType(IMessageContext.TYPE type)
           

 

Methods inherited from interface oracle.wsm.common.sdk.IContext
getAllProperties, getProperty, setAllProperties, setProperty

 

Field Detail

REQUEST_PROCESSED_HEADERS

static final String REQUEST_PROCESSED_HEADERS
See Also:
Constant Field Values

RESPONSE_PROCESSED_HEADERS

static final String RESPONSE_PROCESSED_HEADERS
See Also:
Constant Field Values

POLICY_SET

static final String POLICY_SET
See Also:
Constant Field Values

OPERATION_NAME

static final String OPERATION_NAME
See Also:
Constant Field Values

SECURITY_SUBJECT

static final String SECURITY_SUBJECT
See Also:
Constant Field Values

ASYNC_REQ_REPLYTO_ELEM

static final String ASYNC_REQ_REPLYTO_ELEM
See Also:
Constant Field Values

AGENT_CONTEXT

static final String AGENT_CONTEXT
See Also:
Constant Field Values

LEGACY_POLICY_SET

static final String LEGACY_POLICY_SET
See Also:
Constant Field Values

LEGACY_POLICY_OPERATION_MAP

static final String LEGACY_POLICY_OPERATION_MAP
See Also:
Constant Field Values

OPERATION_ID

static final String OPERATION_ID
See Also:
Constant Field Values

WSDL_DEFINTION

static final String WSDL_DEFINTION
See Also:
Constant Field Values

REMOTE_IP

static final String REMOTE_IP
See Also:
Constant Field Values

LEGACYPOLICY_ENABLED

static final String LEGACYPOLICY_ENABLED
See Also:
Constant Field Values

Method Detail

setType

void setType(IMessageContext.TYPE type)

getType

IMessageContext.TYPE getType()

setStage

void setStage(IMessageContext.STAGE stage)

getStage

IMessageContext.STAGE getStage()

setServiceID

void setServiceID(String id)

getServiceID

String getServiceID()

setRemoteAddr

void setRemoteAddr(String remoteAddr)

getRemoteAddr

String getRemoteAddr()

setServiceURL

void setServiceURL(String serviceURL)

getServiceURL

String getServiceURL()

setStartTime

void setStartTime(long time)

getStartTime

long getStartTime()

getGUID

String getGUID()

getInvocationStatus

InvocationStatus getInvocationStatus()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-02


Copyright © 2007, 2009. Oracle. All rights reserved.