| Modifier and Type | Method and Description |
|---|---|
protected Destination |
AbstractRemoteDestination.buildDestination() |
| Modifier and Type | Method and Description |
|---|---|
Destination |
Service.findDestinationById(String id) |
Destination |
ServicesConfig.findDestinationById(String messageType,
String id) |
static Destination |
Destination.forElement(XMap element,
Adapter defaultAdapter,
Map<String,Adapter> adaptersMap) |
| Modifier and Type | Method and Description |
|---|---|
List<Destination> |
ServicesConfig.findDestinationsByMessageType(String messageType) |
Map<String,Destination> |
Service.getDestinations() |
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationRemoveListener.destinationRemoved(Destination dest) |
| Constructor and Description |
|---|
Service(String id,
String className,
String messageTypes,
Adapter defaultAdapter,
Map<String,Adapter> adapters,
Map<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,
Object service,
String methodName,
Object[] params) |
ServiceInvocationContext |
MethodMatcher.findServiceMethod(Message message,
Destination destination,
Object service,
String methodName,
Object[] params) |
protected ServiceException |
AbstractServiceExceptionHandler.getServiceException(Message request,
Destination destination,
String method,
Throwable e) |
protected ServiceException |
ExtendedServiceExceptionHandler.getServiceException(Message request,
Destination destination,
String method,
Throwable t) |
ServiceException |
DefaultServiceExceptionHandler.handleNoSuchMethodException(Message request,
Destination destination,
Object invokee,
String method,
Object[] args,
NoSuchMethodException e) |
ServiceException |
ServiceExceptionHandler.handleNoSuchMethodException(Message request,
Destination destination,
Object invokee,
String method,
Object[] args,
NoSuchMethodException e) |
| Constructor and Description |
|---|
EjbServiceInvoker(Destination destination,
EjbServiceFactory factory) |
ServiceInvocationContext(Message message,
Destination destination,
Object bean,
Method method,
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,
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,
Object bean) |
| Constructor and Description |
|---|
SpringServiceInvoker(Destination destination,
SpringServiceFactory factory,
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,
String method,
Throwable t) |