public interface ServiceInterceptorContribution extends Locatable
Modifier and Type | Method and Description |
---|---|
void |
createInterceptor(InterceptorStack stack)
Invoked to actually create the interceptor and push it onto the stack.
|
java.lang.String |
getFactoryServiceId()
Returns the id of the factory that creates the interceptor.
|
java.lang.String |
getFollowingInterceptorIds()
As
getPrecedingInterceptorIds() , but the indicating interceptors's behavior should
follow this interceptor's. |
java.lang.String |
getName()
Returns the name of the service interceptor.
|
java.lang.String |
getPrecedingInterceptorIds()
Returns a list interceptors service ids as a comma seperated list.
|
getLocation
java.lang.String getName()
java.lang.String getFactoryServiceId()
ServiceInterceptorFactory
.void createInterceptor(InterceptorStack stack)
java.lang.String getPrecedingInterceptorIds()
Each service id is fully qualified. May return null.
java.lang.String getFollowingInterceptorIds()
getPrecedingInterceptorIds()
, but the indicating interceptors's behavior should
follow this interceptor's.