| Package | Description |
|---|---|
| org.granite.tide | |
| org.granite.tide.cdi | |
| org.granite.tide.ejb | |
| org.granite.tide.invocation | |
| org.granite.tide.seam | |
| org.granite.tide.spring |
| Modifier and Type | Method and Description |
|---|---|
abstract IInvocationResult |
TideServiceContext.postCall(ServiceInvocationContext context,
Object result,
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
|
| Modifier and Type | Method and Description |
|---|---|
IInvocationResult |
EjbServiceContext.postCall(ServiceInvocationContext context,
Object result,
String componentName,
Class<?> componentClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvocationResult |
| Modifier and Type | Method and Description |
|---|---|
IInvocationResult |
AbstractSeamServiceContext.postCall(ServiceInvocationContext context,
Object result,
String componentName,
Class<?> componentClass)
Builds the result object for the invocation
|
| 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) |