| Modifier and Type | Method and Description |
|---|---|
void |
ActiveMQServiceAdapter.configure(XMap adapterProperties,
XMap destinationProperties) |
void |
JMSServiceAdapter.configure(XMap adapterProperties,
XMap destinationProperties) |
void |
ServiceAdapter.configure(XMap adapterProperties,
XMap destinationProperties) |
void |
SimpleServiceAdapter.configure(XMap adapterProperties,
XMap destinationProperties) |
ServiceAdapter |
AdapterFactory.getServiceAdapter(Message request) |
ServiceAdapter |
AdapterFactory.getServiceAdapter(String messageType,
String destinationId) |
void |
JMSServiceAdapter.start() |
void |
ServiceAdapter.start() |
void |
JMSServiceAdapter.stop() |
void |
ServiceAdapter.stop() |
| Modifier and Type | Method and Description |
|---|---|
void |
GAEServiceAdapter.configure(XMap adapterProperties,
XMap destinationProperties) |
| 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) |
void |
EjbServiceFactory.configure(XMap properties) |
void |
ServiceFactory.configure(XMap properties) |
void |
SimpleServiceFactory.destinationRemoved(Destination destination) |
static ServiceFactory |
ServiceFactory.getFactoryInstance(RemotingMessage request) |
ServiceInvoker<?> |
EjbServiceFactory.getServiceInstance(RemotingMessage request) |
abstract ServiceInvoker<?> |
ServiceFactory.getServiceInstance(RemotingMessage request) |
ServiceInvoker<?> |
SimpleServiceFactory.getServiceInstance(RemotingMessage request) |
Object |
ServiceInvoker.invoke(RemotingMessage request)
Call a service's method according to the informations contained in the given remoting message.
|
| Constructor and Description |
|---|
EjbServiceFactory() |
EjbServiceInvoker(Destination destination,
EjbServiceFactory factory) |
ServiceInvoker(Destination destination,
T factory)
Constructs a new ServiceInvoker.
|
SimpleServiceInvoker(Destination destination,
SimpleServiceFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityServiceException |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
TideServiceInvoker.adjustInvokee(RemotingMessage request,
String methodName,
Object[] args) |
| Constructor and Description |
|---|
TideServiceContext() |
TideServiceInvoker(Destination destination,
T factory) |
TideServiceInvoker(Destination destination,
T factory,
TideServiceContext tideContext) |
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
PersistenceExceptionConverter.convert(Throwable t,
String detail,
Map<String,Object> extendedData) |
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
EJBAccessExceptionConverter.convert(Throwable t,
String detail,
Map<String,Object> extendedData) |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbServiceFactory.configure(XMap properties) |
ServiceInvoker<?> |
EjbServiceFactory.getServiceInstance(RemotingMessage request) |
| Constructor and Description |
|---|
EjbServiceContext() |
EjbServiceContext(String lookup,
InitialContext ic) |