Uses of Interface
org.granite.messaging.service.ServiceInvocationListener

Packages that use ServiceInvocationListener
org.granite.config   
org.granite.messaging.service   
 

Uses of ServiceInvocationListener in org.granite.config
 

Methods in org.granite.config that return ServiceInvocationListener
 ServiceInvocationListener GraniteConfig.getInvocationListener()
           
 

Uses of ServiceInvocationListener in org.granite.messaging.service
 

Fields in org.granite.messaging.service with type parameters of type ServiceInvocationListener
protected  List<ServiceInvocationListener> ServiceInvoker.invocationListeners