| 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(java.lang.String messageType,
java.lang.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 |
|---|---|
ServiceException |
ExceptionConverter.convert(java.lang.Throwable t,
java.lang.String detail,
java.util.Map<java.lang.String,java.lang.Object> extendedData) |
protected ServiceException |
AbstractServiceExceptionHandler.getServiceException(Message request,
Destination destination,
java.lang.String method,
java.lang.Throwable e) |
protected ServiceException |
ExtendedServiceExceptionHandler.getServiceException(Message request,
Destination destination,
java.lang.String method,
java.lang.Throwable t) |
protected ServiceException |
AbstractServiceExceptionHandler.getServiceException(ServiceInvocationContext context,
java.lang.Throwable e) |
ServiceException |
DefaultServiceExceptionHandler.handleInvocationException(ServiceInvocationContext context,
java.lang.Throwable e) |
ServiceException |
ServiceExceptionHandler.handleInvocationException(ServiceInvocationContext context,
java.lang.Throwable t) |
ServiceException |
DefaultServiceExceptionHandler.handleNoSuchMethodException(Message request,
Destination destination,
java.lang.Object invokee,
java.lang.String method,
java.lang.Object[] args,
java.lang.NoSuchMethodException e) |
ServiceException |
ServiceExceptionHandler.handleNoSuchMethodException(Message request,
Destination destination,
java.lang.Object invokee,
java.lang.String method,
java.lang.Object[] args,
java.lang.NoSuchMethodException e) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
ServiceInvoker.adjustInvokee(RemotingMessage request,
java.lang.String methodName,
java.lang.Object[] args)
Called at the beginning of the
ServiceInvoker.invoke(RemotingMessage) method. |
protected java.lang.Object |
SimpleServiceInvoker.adjustInvokee(RemotingMessage request,
java.lang.String methodName,
java.lang.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) |
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.Object instance) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
TideServiceInvoker.adjustInvokee(RemotingMessage request,
java.lang.String methodName,
java.lang.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(java.lang.Throwable t,
java.lang.String detail,
java.util.Map<java.lang.String,java.lang.Object> extendedData) |
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
EJBAccessExceptionConverter.convert(java.lang.Throwable t,
java.lang.String detail,
java.util.Map<java.lang.String,java.lang.Object> extendedData) |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbServiceFactory.configure(XMap properties) |
ServiceInvoker<?> |
EjbServiceFactory.getServiceInstance(RemotingMessage request) |
| Constructor and Description |
|---|
EjbServiceContext() |
EjbServiceContext(java.lang.String lookup,
javax.naming.InitialContext ic) |
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
HibernateExceptionConverter.convert(java.lang.Throwable t,
java.lang.String detail,
java.util.Map<java.lang.String,java.lang.Object> extendedData) |
ServiceException |
HibernateValidatorExceptionConverter.convert(java.lang.Throwable t,
java.lang.String detail,
java.util.Map<java.lang.String,java.lang.Object> extendedData) |
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
HibernateExceptionConverter.convert(java.lang.Throwable t,
java.lang.String detail,
java.util.Map<java.lang.String,java.lang.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,
java.lang.String method,
java.lang.Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInvoker<?> |
SimpleServiceFactory.getServiceInstance(RemotingMessage request) |
| Constructor and Description |
|---|
SimpleServiceContext() |
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
SpringValidationExceptionConverter.convert(java.lang.Throwable t,
java.lang.String detail,
java.util.Map<java.lang.String,java.lang.Object> extendedData) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringServiceFactory.configure(XMap properties) |
ServiceInvoker<?> |
SpringServiceFactory.getServiceInstance(RemotingMessage request) |
| Constructor and Description |
|---|
SpringMVCServiceContext() |
SpringMVCServiceContext(org.springframework.context.ApplicationContext springContext) |
SpringServiceContext() |
SpringServiceContext(org.springframework.context.ApplicationContext springContext) |
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
BeanValidationExceptionConverter.convert(java.lang.Throwable t,
java.lang.String detail,
java.util.Map<java.lang.String,java.lang.Object> extendedData) |