Uses of Class
org.sr.server.InterceptorDefinition

Packages that use InterceptorDefinition
org.sr.server JavaScript to Java remote communication library. 
 

Uses of InterceptorDefinition in org.sr.server
 

Methods in org.sr.server that return types with arguments of type InterceptorDefinition
 java.util.Set<InterceptorDefinition> ServiceDefinition.getInterceptors()
           
 

Methods in org.sr.server with parameters of type InterceptorDefinition
 boolean ServiceDefinition.addInterceptorDefinition(InterceptorDefinition definition)
           
 int InterceptorDefinition.compareTo(InterceptorDefinition obj)
           
 

Method parameters in org.sr.server with type arguments of type InterceptorDefinition
 void ServiceDefinition.setInterceptors(java.util.Set<InterceptorDefinition> interceptors)