| Modifier and Type | Method and Description |
|---|---|
void |
JMSServiceAdapter.configure(XMap adapterProperties,
XMap destinationProperties) |
void |
ServiceAdapter.configure(XMap adapterProperties,
XMap destinationProperties) |
void |
SimpleServiceAdapter.configure(XMap adapterProperties,
XMap destinationProperties) |
void |
ActiveMQServiceAdapter.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 |
ServiceFactory.configure(XMap properties) |
void |
EjbServiceFactory.configure(XMap properties) |
void |
SimpleServiceFactory.destinationRemoved(Destination destination) |
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.
|
| 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 |
|---|---|
ServiceException |
SeamServiceExceptionHandler.handleInvocationException(ServiceInvocationContext context,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
void |
SeamServiceFactory.configure(XMap properties) |
ServiceInvoker<?> |
SeamServiceFactory.getServiceInstance(RemotingMessage request) |
| Constructor and Description |
|---|
SeamServiceInvoker(Destination destination,
SeamServiceFactory factory,
Object instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringServiceFactory.configure(XMap properties) |
ServiceInvoker<?> |
SpringServiceFactory.getServiceInstance(RemotingMessage request) |
| Constructor and Description |
|---|
SpringServiceInvoker(Destination destination,
SpringServiceFactory factory,
Object instance) |
| 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 |
|---|---|
void |
CDIServiceFactory.configure(XMap properties) |
ServiceInvoker<?> |
CDIServiceFactory.getServiceInstance(RemotingMessage request) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
HibernateExceptionConverter.convert(Throwable t,
String detail,
Map<String,Object> extendedData) |
ServiceException |
HibernateValidatorExceptionConverter.convert(Throwable t,
String detail,
Map<String,Object> extendedData) |
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
HibernateExceptionConverter.convert(Throwable t,
String detail,
Map<String,Object> extendedData) |
| Modifier and Type | Method and Description |
|---|---|
void |
SeamServiceFactory.configure(XMap properties) |
ServiceInvoker<?> |
SeamServiceFactory.getServiceInstance(RemotingMessage request) |
| Constructor and Description |
|---|
AbstractSeamServiceContext() |
| Constructor and Description |
|---|
AsynchronousInvoker() |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceException |
Seam21ServiceExceptionHandler.getServiceException(Message request,
Destination destination,
String method,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
SpringValidationExceptionConverter.convert(Throwable t,
String detail,
Map<String,Object> extendedData) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringServiceFactory.configure(XMap properties) |
ServiceInvoker<?> |
SpringServiceFactory.getServiceInstance(RemotingMessage request) |
| Constructor and Description |
|---|
SpringMVCServiceContext() |
SpringMVCServiceContext(ApplicationContext springContext) |
SpringServiceContext() |
SpringServiceContext(ApplicationContext springContext) |
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
BeanValidationExceptionConverter.convert(Throwable t,
String detail,
Map<String,Object> extendedData) |