| Modifier and Type | Method and Description |
|---|---|
ServiceInvocationContext |
DefaultMethodMatcher.findServiceMethod(Message message,
Destination destination,
Object service,
String methodName,
Object[] params) |
ServiceInvocationContext |
MethodMatcher.findServiceMethod(Message message,
Destination destination,
Object service,
String methodName,
Object[] params) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ServiceInvocationListener.afterInvocation(ServiceInvocationContext context,
Object result) |
protected Object |
ServiceInvoker.afterInvocation(ServiceInvocationContext context,
Object result)
Called after a successful invocation of the service's method.
|
protected Object |
EjbServiceInvoker.afterInvocation(ServiceInvocationContext context,
Object result) |
void |
ServiceInvocationListener.afterInvocationError(ServiceInvocationContext context,
Throwable t) |
protected void |
ServiceInvoker.afterInvocationError(ServiceInvocationContext context,
Throwable error)
Called after a failed invocation of the service's method, possibly after a new attempt (see
ServiceInvoker.retryInvocation(ServiceInvocationContext, Throwable). |
protected void |
EjbServiceInvoker.afterInvocationError(ServiceInvocationContext context,
Throwable error) |
void |
ServiceInvocationListener.beforeInvocation(ServiceInvocationContext context) |
protected void |
ServiceInvoker.beforeInvocation(ServiceInvocationContext context)
Called before the invocation of the services method.
|
protected ServiceException |
AbstractServiceExceptionHandler.getServiceException(ServiceInvocationContext context,
Throwable e) |
ServiceException |
DefaultServiceExceptionHandler.handleInvocationException(ServiceInvocationContext context,
Throwable e) |
ServiceException |
ServiceExceptionHandler.handleInvocationException(ServiceInvocationContext context,
Throwable t) |
protected boolean |
ServiceInvoker.retryInvocation(ServiceInvocationContext context,
Throwable t)
Called after a failed invocation of the service's method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemotingDestinationSecurizer.canExecute(ServiceInvocationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
SeamServiceInvoker.afterInvocation(ServiceInvocationContext context,
Object result) |
protected void |
SeamServiceInvoker.beforeInvocation(ServiceInvocationContext context) |
ServiceException |
SeamServiceExceptionHandler.handleInvocationException(ServiceInvocationContext context,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
TideServiceInvoker.afterInvocation(ServiceInvocationContext context,
Object result) |
protected void |
TideServiceInvoker.afterInvocationError(ServiceInvocationContext context,
Throwable error) |
protected void |
TideServiceInvoker.beforeInvocation(ServiceInvocationContext context) |
abstract IInvocationResult |
TideServiceContext.postCall(ServiceInvocationContext context,
Object result,
String componentName,
Class<?> componentClass) |
void |
TideServiceContext.postCallFault(ServiceInvocationContext context,
Throwable t,
String componentName,
Class<?> componentClass) |
abstract void |
TideServiceContext.prepareCall(ServiceInvocationContext context,
IInvocationCall call,
String componentName,
Class<?> componentClass) |
| Modifier and Type | Method and Description |
|---|---|
IInvocationResult |
CDIServiceContext.postCall(ServiceInvocationContext context,
Object result,
String componentName,
Class<?> componentClass)
Builds the result object for the invocation
|
void |
CDIServiceContext.postCallFault(ServiceInvocationContext context,
Throwable t,
String componentName,
Class<?> componentClass)
Intercepts a fault on the invocation
|
void |
CDIServiceContext.prepareCall(ServiceInvocationContext context,
IInvocationCall c,
String componentName,
Class<?> componentClass)
Synchronizes server context with data provided by the client
|
| Modifier and Type | Method and Description |
|---|---|
IInvocationResult |
EjbServiceContext.postCall(ServiceInvocationContext context,
Object result,
String componentName,
Class<?> componentClass) |
void |
EjbServiceContext.postCallFault(ServiceInvocationContext context,
Throwable t,
String componentName,
Class<?> componentClass) |
void |
EjbServiceContext.prepareCall(ServiceInvocationContext context,
IInvocationCall c,
String componentName,
Class<?> componentClass) |
| Modifier and Type | Method and Description |
|---|---|
IInvocationResult |
AbstractSeamServiceContext.postCall(ServiceInvocationContext context,
Object result,
String componentName,
Class<?> componentClass)
Builds the result object for the invocation
|
void |
AbstractSeamServiceContext.postCallFault(ServiceInvocationContext context,
Throwable t,
String componentName,
Class<?> componentClass)
Intercepts a fault on the invocation
|
void |
AbstractSeamServiceContext.prepareCall(ServiceInvocationContext context,
IInvocationCall c,
String componentName,
Class<?> componentClass)
Synchronizes server context with data provided by the client
|
| Modifier and Type | Method and Description |
|---|---|
IInvocationResult |
SpringMVCServiceContext.postCall(ServiceInvocationContext context,
Object result,
String componentName,
Class<?> componentClass) |
IInvocationResult |
SpringServiceContext.postCall(ServiceInvocationContext context,
Object result,
String componentName,
Class<?> componentClass) |
void |
SpringMVCServiceContext.postCallFault(ServiceInvocationContext context,
Throwable t,
String componentName,
Class<?> componentClass) |
void |
SpringServiceContext.postCallFault(ServiceInvocationContext context,
Throwable t,
String componentName,
Class<?> componentClass) |
void |
SpringMVCServiceContext.prepareCall(ServiceInvocationContext context,
IInvocationCall c,
String componentName,
Class<?> componentClass) |
void |
SpringServiceContext.prepareCall(ServiceInvocationContext context,
IInvocationCall c,
String componentName,
Class<?> componentClass) |