| Package | Description |
|---|---|
| org.granite.messaging.service | |
| org.granite.seam | |
| org.granite.spring | |
| org.granite.tide | |
| org.granite.tide.cdi | |
| org.granite.tide.ejb | |
| org.granite.tide.seam | |
| org.granite.tide.spring |
| Modifier and Type | Class and Description |
|---|---|
class |
EjbServiceInvoker |
class |
SimpleServiceInvoker |
| Modifier and Type | Method and Description |
|---|---|
abstract ServiceInvoker<?> |
ServiceFactory.getServiceInstance(RemotingMessage request) |
ServiceInvoker<?> |
SimpleServiceFactory.getServiceInstance(RemotingMessage request) |
ServiceInvoker<?> |
EjbServiceFactory.getServiceInstance(RemotingMessage request) |
| Modifier and Type | Class and Description |
|---|---|
class |
SeamServiceInvoker |
| Modifier and Type | Method and Description |
|---|---|
ServiceInvoker<?> |
SeamServiceFactory.getServiceInstance(RemotingMessage request) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringServiceInvoker |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceInvoker<?> |
SpringServiceFactory.createSpringServiceInvoker(Destination destination,
SpringServiceFactory factory,
Object bean) |
ServiceInvoker<?> |
SpringServiceFactory.getServiceInstance(RemotingMessage request) |
| Modifier and Type | Class and Description |
|---|---|
class |
TideServiceInvoker<T extends ServiceFactory>
Base class for Tide service invokers
Adapts the Tide invocation model with Granite
|
| Modifier and Type | Class and Description |
|---|---|
class |
CDIServiceInvoker |
| Modifier and Type | Method and Description |
|---|---|
ServiceInvoker<?> |
CDIServiceFactory.getServiceInstance(RemotingMessage request) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInvoker<?> |
EjbServiceFactory.getServiceInstance(RemotingMessage request) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInvoker<?> |
SeamServiceFactory.getServiceInstance(RemotingMessage request) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInvoker<?> |
SpringServiceFactory.getServiceInstance(RemotingMessage request) |