| Modifier and Type | Method and Description |
|---|---|
protected Destination |
AbstractRemoteDestination.buildDestination() |
| Modifier and Type | Method and Description |
|---|---|
Destination |
Service.findDestinationById(java.lang.String id) |
Destination |
ServicesConfig.findDestinationById(java.lang.String messageType,
java.lang.String id) |
static Destination |
Destination.forElement(XMap element,
Adapter defaultAdapter,
java.util.Map<java.lang.String,Adapter> adaptersMap) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Destination> |
ServicesConfig.findDestinationsByMessageType(java.lang.String messageType) |
java.util.Map<java.lang.String,Destination> |
Service.getDestinations() |
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationRemoveListener.destinationRemoved(Destination dest) |
| Constructor and Description |
|---|
Service(java.lang.String id,
java.lang.String className,
java.lang.String messageTypes,
Adapter defaultAdapter,
java.util.Map<java.lang.String,Adapter> adapters,
java.util.Map<java.lang.String,Destination> destinations) |
| Modifier and Type | Method and Description |
|---|---|
Destination |
ServiceAdapter.getDestination() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceAdapter.setDestination(Destination destination) |
| Modifier and Type | Method and Description |
|---|---|
protected Destination |
AbstractActiveMQTopicDestination.buildDestination(Adapter adapter) |
protected Destination |
AbstractJmsTopicDestination.buildDestination(Adapter adapter) |
protected Destination |
AbstractMessagingDestination.buildDestination(Adapter adapter) |
| Constructor and Description |
|---|
GravityInvocationContext(Message message,
Destination destination) |
| Modifier and Type | Field and Description |
|---|---|
protected Destination |
ServiceInvoker.destination |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleServiceFactory.destinationRemoved(Destination destination) |
ServiceInvocationContext |
DefaultMethodMatcher.findServiceMethod(Message message,
Destination destination,
java.lang.Object service,
java.lang.String methodName,
java.lang.Object[] params) |
ServiceInvocationContext |
MethodMatcher.findServiceMethod(Message message,
Destination destination,
java.lang.Object service,
java.lang.String methodName,
java.lang.Object[] params) |
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) |
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) |
| Constructor and Description |
|---|
EjbServiceInvoker(Destination destination,
EjbServiceFactory factory) |
ServiceInvocationContext(Message message,
Destination destination,
java.lang.Object bean,
java.lang.reflect.Method method,
java.lang.Object[] parameters) |
ServiceInvoker(Destination destination,
T factory)
Constructs a new ServiceInvoker.
|
SimpleServiceInvoker(Destination destination,
SimpleServiceFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Destination |
AbstractSecurityContext.getDestination() |
| Constructor and Description |
|---|
AbstractSecurityContext(Message message,
Destination destination) |
| Constructor and Description |
|---|
SeamServiceInvoker(Destination destination,
SeamServiceFactory factory,
java.lang.Object instance) |
| Modifier and Type | Method and Description |
|---|---|
protected Destination |
RemoteDestination.buildDestination() |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceInvoker<?> |
SpringServiceFactory.createSpringServiceInvoker(Destination destination,
SpringServiceFactory factory,
java.lang.Object bean) |
| Constructor and Description |
|---|
SpringServiceInvoker(Destination destination,
SpringServiceFactory factory,
java.lang.Object instance) |
| Constructor and Description |
|---|
TideServiceInvoker(Destination destination,
T factory) |
TideServiceInvoker(Destination destination,
T factory,
TideServiceContext tideContext) |
| Constructor and Description |
|---|
CDIServiceInvoker(Destination destination,
CDIServiceFactory factory) |
| Constructor and Description |
|---|
SeamServiceInvoker(Destination destination,
SeamServiceFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceException |
Seam21ServiceExceptionHandler.getServiceException(Message request,
Destination destination,
java.lang.String method,
java.lang.Throwable t) |