|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public java.lang.String getName()
public java.lang.String getFactoryServiceId()
ServiceInterceptorFactory.
public void createInterceptor(InterceptorStack stack)
public java.lang.String getPrecedingInterceptorIds()
Each service id is fully qualified. May return null.
public 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 | ||||||||||