|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface defining a RequestContext. A RequestContext is available in all new traffic paths for northbound and southbound requests.
| Method Summary | |
Object |
get(String key)Fetches the value associated with this key. |
String |
getCurrentAppAccountId() |
String |
getCurrentAppInstanceGroupId() |
String |
getCurrentSessionId() |
String |
getCurrentSpAccountId() |
Object |
getEdr(String key)Fetches the value associated with this key only if it is available to Edrs. |
Map |
getMap()Returns the map of the request context. |
Map |
getMapEdr()Returns the map of the request context that is available to Edrs. |
Serializable |
getRmiGlobally(String key) |
String |
getTransactionId() |
String |
getXParam(String key)Fetches the String associated with this key. |
Map |
getXParamMap() |
void |
put(Map value)Puts a map in the request context. |
void |
put(String key, Object value)Associates a value with a key in the request context. |
void |
putEdr(Map value)Puts a map in the request context. |
void |
putEdr(String key, Object value)Associates a value with a key in the request context. |
void |
putRmiGlobally(String key, Serializable value) |
void |
putXParam(String key, String value)Allows adding s to the SOAP Header being sent to the application. |
void |
setCurrentSessionId(String sessionId) |
void |
setTransactionId(String id)Deprecated. |
| Method Detail |
public Object get(String key)
key - The keypublic String getCurrentAppAccountId()
public String getCurrentAppInstanceGroupId()
public String getCurrentSessionId()
public String getCurrentSpAccountId()
public Object getEdr(String key)
key - The keypublic Map getMap()
public Map getMapEdr()
public Serializable getRmiGlobally(String key)
public String getTransactionId()
public String getXParam(String key)
<soapenv:Header>
...
<xparams>
</xparams> </soapenv:Header>The value "1" can be retrieved using
getXParam("a");. If the value does not exist - null will be returned.key - The keypublic Map getXParamMap()
putXParam(String, String), separate from the values available via getXParam(String)public void put(Map value)
value - The map to put in the request context
public void put(String key,
Object value)
key - The keyvalue - The value to associate with the keypublic void putEdr(Map value)
value - The map to put in the request context
public void putEdr(String key,
Object value)
key - The keyvalue - The value to associate with the key
public void putRmiGlobally(String key,
Serializable value)
public void putXParam(String key,
String value)
key -value -public void setCurrentSessionId(String sessionId)
public void setTransactionId(String id)
|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||