|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceInterceptorContribution
A contribution to a service extension point that creates an interceptor.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.apache.hivemind.Locatable |
|---|
getLocation |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||