public class EjbServiceInvoker extends org.granite.messaging.service.ServiceInvoker<EjbServiceFactory>
| Modifier and Type | Field and Description |
|---|---|
static String |
CAPITALIZED_DESTINATION_ID |
static String |
DESTINATION_ID |
| Constructor and Description |
|---|
EjbServiceInvoker(org.granite.config.flex.Destination destination,
EjbServiceFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
afterInvocation(org.granite.messaging.service.ServiceInvocationContext context,
Object result) |
protected void |
afterInvocationError(org.granite.messaging.service.ServiceInvocationContext context,
Throwable error) |
EjbServiceMetadata |
getMetadata() |
public static final String CAPITALIZED_DESTINATION_ID
public static final String DESTINATION_ID
public EjbServiceInvoker(org.granite.config.flex.Destination destination,
EjbServiceFactory factory)
throws org.granite.messaging.service.ServiceException
org.granite.messaging.service.ServiceExceptionpublic EjbServiceMetadata getMetadata()
protected void afterInvocationError(org.granite.messaging.service.ServiceInvocationContext context,
Throwable error)
afterInvocationError in class org.granite.messaging.service.ServiceInvoker<EjbServiceFactory>protected Object afterInvocation(org.granite.messaging.service.ServiceInvocationContext context, Object result)
afterInvocation in class org.granite.messaging.service.ServiceInvoker<EjbServiceFactory>