org.granite.messaging.service
Class EjbServiceInvoker
java.lang.Object
org.granite.messaging.service.ServiceInvoker<EjbServiceFactory>
org.granite.messaging.service.EjbServiceInvoker
public class EjbServiceInvoker
- extends org.granite.messaging.service.ServiceInvoker<EjbServiceFactory>
- Author:
- Franck WOLFF
| Fields inherited from class org.granite.messaging.service.ServiceInvoker |
destination, factory, invocationListeners, invokee |
| Methods inherited from class org.granite.messaging.service.ServiceInvoker |
adjustInvokee, beforeInvocation, beforeMethodSearch, invoke, retryInvocation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CAPITALIZED_DESTINATION_ID
public static final String CAPITALIZED_DESTINATION_ID
- See Also:
- Constant Field Values
DESTINATION_ID
public static final String DESTINATION_ID
- See Also:
- Constant Field Values
EjbServiceInvoker
public EjbServiceInvoker(org.granite.config.flex.Destination destination,
EjbServiceFactory factory)
throws org.granite.messaging.service.ServiceException
- Throws:
org.granite.messaging.service.ServiceException
getMetadata
public EjbServiceMetadata getMetadata()
afterInvocationError
protected void afterInvocationError(org.granite.messaging.service.ServiceInvocationContext context,
Throwable error)
- Overrides:
afterInvocationError in class org.granite.messaging.service.ServiceInvoker<EjbServiceFactory>
afterInvocation
protected Object afterInvocation(org.granite.messaging.service.ServiceInvocationContext context,
Object result)
- Overrides:
afterInvocation in class org.granite.messaging.service.ServiceInvoker<EjbServiceFactory>