|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.idoox.webservice.CallContext
CallContext
This class contains all the per-call parameters, for example credentials and other metadata obtained from headers
| Nested Class Summary |
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Field Summary | |
static java.lang.String |
INSTANCE_ID_KEY
Deprecated. This key holds the instance ID in the stub context (on the client side) or in the call context (on the server side). |
static java.lang.String |
INVALID_INSTANCE_ID_KEY
Deprecated. This key holds the invalid instance ID in the stub context (on the client side) or in the call context (on the server side). |
static java.lang.String |
PARAMETER_HANDLER_WEB_SERVICE_CONTEXT
Deprecated. This key to the CallContextinstance can be used by the parameter
handler service to obtain WebServiceContext and
instances for the original service to
which is the request delivered without the select parameter. |
static java.lang.String |
PARAMETER_HANDLER_WS_CONTEXT
Deprecated. This key to the CallContextinstance can be used by the parameter
handler service to obtain WSContext and
instances for the original service to
which is the request delivered without the select parameter. |
static java.lang.String |
SET_INSTANCE_ID_KEY
Deprecated. This key holds the instance ID in the call context (on the server side) in cases when it should be sent back to the client as a setId header. |
| Constructor Summary | |
CallContext()
Deprecated. Creates new empty instance of CallContext |
|
CallContext(CallContext newCallCtx)
Deprecated. |
|
| Method Summary | |
void |
clear()
Deprecated. |
java.lang.Object |
clone()
Deprecated. |
boolean |
containsKey(java.lang.Object key)
Deprecated. |
boolean |
containsValue(java.lang.Object value)
Deprecated. |
java.util.Set |
entrySet()
Deprecated. |
boolean |
equals(java.lang.Object o)
Deprecated. |
java.lang.Object |
get(java.lang.Object key)
Deprecated. |
java.util.Map |
getContextData()
Deprecated. Returns map of additional data associated with given service (common data for all instances of particular service). |
static CallContext |
getInstance()
Deprecated. Returns CallContext instance associated with
actual execution context |
int |
hashCode()
Deprecated. |
boolean |
isEmpty()
Deprecated. |
java.util.Set |
keySet()
Deprecated. |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
Deprecated. |
void |
putAll(java.util.Map t)
Deprecated. |
java.lang.Object |
remove(java.lang.Object key)
Deprecated. |
int |
size()
Deprecated. |
java.lang.String |
toString()
Deprecated. |
java.util.Collection |
values()
Deprecated. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static java.lang.String PARAMETER_HANDLER_WS_CONTEXT
CallContextinstance can be used by the parameter
handler service to obtain WSContext and
instances for the original service to
which is the request delivered without the select parameter.
public static java.lang.String PARAMETER_HANDLER_WEB_SERVICE_CONTEXT
CallContextinstance can be used by the parameter
handler service to obtain WebServiceContext and
instances for the original service to
which is the request delivered without the select parameter.
public static java.lang.String INSTANCE_ID_KEY
public static java.lang.String SET_INSTANCE_ID_KEY
public static java.lang.String INVALID_INSTANCE_ID_KEY
| Constructor Detail |
public CallContext()
public CallContext(CallContext newCallCtx)
| Method Detail |
public java.util.Map getContextData()
Map of additional datapublic static CallContext getInstance()
CallContext instance associated with
actual execution context
CallContext instance for actual
execution contextpublic int size()
size in interface java.util.Mappublic boolean equals(java.lang.Object o)
equals in interface java.util.Mappublic int hashCode()
hashCode in interface java.util.Mappublic java.lang.String toString()
public boolean isEmpty()
isEmpty in interface java.util.Mappublic java.lang.Object get(java.lang.Object key)
get in interface java.util.Mappublic boolean containsKey(java.lang.Object key)
containsKey in interface java.util.Map
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
put in interface java.util.Mappublic void putAll(java.util.Map t)
putAll in interface java.util.Mappublic java.lang.Object remove(java.lang.Object key)
remove in interface java.util.Mappublic void clear()
clear in interface java.util.Mappublic boolean containsValue(java.lang.Object value)
containsValue in interface java.util.Mappublic java.lang.Object clone()
public java.util.Set keySet()
keySet in interface java.util.Mappublic java.util.Collection values()
values in interface java.util.Mappublic java.util.Set entrySet()
entrySet in interface java.util.Map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||