|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICallerContextInfo | |
---|---|
org.sr.server | This package contains core server side classes. |
org.sr.server.ejb | This package contains EJB specific implementations. |
org.sr.server.http | This package contains http protocol specific classess. |
org.sr.server.json | This package contains JSON specific implementation of caller. |
org.sr.server.spring | This package contains Spring frmework specific implementations. |
Uses of ICallerContextInfo in org.sr.server |
---|
Methods in org.sr.server that return ICallerContextInfo | |
---|---|
static ICallerContextInfo<?> |
CallerContext.getCallerContextInfo()
Gives caller context information. |
Methods in org.sr.server with parameters of type ICallerContextInfo | |
---|---|
java.lang.Object |
IInterceptor.afterMethodCall(ICallerContextInfo<?> context,
E request,
org.sr.common.entitydef.ServiceDefinition serviceDef,
org.sr.common.entitydef.OperationDefinition opDef,
java.lang.Object serviceInstance,
java.lang.Object[] parameters,
java.lang.Object result)
Callers executes this method right after they execute the targeted operation |
void |
IInterceptor.afterReceived(ICallerContextInfo<?> context,
E request,
org.sr.common.entitydef.ServiceDefinition serviceDef,
org.sr.common.entitydef.OperationDefinition opDef)
Callers executes this method immediately after a message is received by them. |
void |
IInterceptor.beforeMethodCall(ICallerContextInfo<?> context,
E request,
org.sr.common.entitydef.ServiceDefinition serviceDef,
org.sr.common.entitydef.OperationDefinition opDef,
java.lang.Object serviceInstance,
java.lang.Object[] parameters)
Callers executes this method before they execute targeted service operation |
E |
IInterceptor.beforeSent(ICallerContextInfo<?> context,
E request,
E response,
org.sr.common.entitydef.ServiceDefinition serviceDef,
org.sr.common.entitydef.OperationDefinition opDef,
java.lang.Object serviceInstance,
java.lang.Object[] parameters)
Callers executes this method right before they send the result to the caller |
E |
ICaller.callAService(ICallerContextInfo<?> context,
E request)
Calls a java object method and returns the response |
java.lang.Object |
POJOServiceLocator.getServiceByName(java.lang.String serviceName,
ICallerContextInfo<?> context)
|
java.lang.Object |
IServiceLocator.getServiceByName(java.lang.String serviceName,
ICallerContextInfo<?> context)
|
static void |
CallerContext.setContextValues(ICallerContextInfo<?> contextInfo,
java.lang.Object incomingMessage)
This method is designed for end points usage.They need to set up values by using this method immediately a message comes in. |
Uses of ICallerContextInfo in org.sr.server.ejb |
---|
Methods in org.sr.server.ejb with parameters of type ICallerContextInfo | |
---|---|
java.lang.Object |
EJB3ServiceLocator.getServiceByName(java.lang.String serviceName,
ICallerContextInfo<?> context)
|
java.lang.Object |
EJB2ServiceLocator.getServiceByName(java.lang.String serviceName,
ICallerContextInfo<?> context)
|
Uses of ICallerContextInfo in org.sr.server.http |
---|
Classes in org.sr.server.http that implement ICallerContextInfo | |
---|---|
class |
HttpCallerContext
This class is implemented as an adaptor class for http servlet requests. |
Uses of ICallerContextInfo in org.sr.server.json |
---|
Methods in org.sr.server.json with parameters of type ICallerContextInfo | |
---|---|
JSONObject |
JSONCaller.callAService(ICallerContextInfo<?> context,
JSONObject request)
|
JSONObject |
IJSONCaller.callAService(ICallerContextInfo<?> context,
JSONObject request)
|
Uses of ICallerContextInfo in org.sr.server.spring |
---|
Methods in org.sr.server.spring with parameters of type ICallerContextInfo | |
---|---|
java.lang.Object |
SpringServiceLocator.getServiceByName(java.lang.String serviceName,
ICallerContextInfo<?> context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |