| Modifier and Type | Method and Description |
|---|---|
static Message |
AMF3MessageProcessor.processRemotingMessage(RemotingMessage request) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
ServiceInvoker.adjustInvokee(RemotingMessage request,
String methodName,
Object[] args)
Called at the beginning of the
ServiceInvoker.invoke(RemotingMessage) method. |
protected Object |
SimpleServiceInvoker.adjustInvokee(RemotingMessage request,
String methodName,
Object[] args) |
static ServiceFactory |
ServiceFactory.getFactoryInstance(RemotingMessage request) |
abstract ServiceInvoker<?> |
ServiceFactory.getServiceInstance(RemotingMessage request) |
ServiceInvoker<?> |
SimpleServiceFactory.getServiceInstance(RemotingMessage request) |
ServiceInvoker<?> |
EjbServiceFactory.getServiceInstance(RemotingMessage request) |
Object |
ServiceInvoker.invoke(RemotingMessage request)
Call a service's method according to the informations contained in the given remoting message.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceInvoker<?> |
SeamServiceFactory.getServiceInstance(RemotingMessage request) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInvoker<?> |
SpringServiceFactory.getServiceInstance(RemotingMessage request) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
TideServiceInvoker.adjustInvokee(RemotingMessage request,
String methodName,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInvoker<?> |
CDIServiceFactory.getServiceInstance(RemotingMessage request) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInvoker<?> |
EjbServiceFactory.getServiceInstance(RemotingMessage request) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInvoker<?> |
SeamServiceFactory.getServiceInstance(RemotingMessage request) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInvoker<?> |
SpringServiceFactory.getServiceInstance(RemotingMessage request) |