public final class ServiceInterceptorContributionImpl extends BaseLocatable implements ServiceInterceptorContribution
ServiceInterceptorContribution.| Constructor and Description |
|---|
ServiceInterceptorContributionImpl() |
| 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
ServiceInterceptorContribution.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.
|
void |
setContributingModule(Module module) |
void |
setFactoryServiceId(java.lang.String string) |
void |
setFollowingInterceptorIds(java.lang.String string) |
void |
setName(java.lang.String name) |
void |
setParameters(java.util.List list) |
void |
setPrecedingInterceptorIds(java.lang.String string) |
java.lang.String |
toString() |
getLocation, setLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocationpublic ServiceInterceptorContributionImpl()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
ServiceInterceptorContributiongetName in interface ServiceInterceptorContributionpublic void setName(java.lang.String name)
public java.lang.String getFactoryServiceId()
ServiceInterceptorContributionServiceInterceptorFactory.getFactoryServiceId in interface ServiceInterceptorContributionpublic void setFactoryServiceId(java.lang.String string)
public void createInterceptor(InterceptorStack stack)
ServiceInterceptorContributioncreateInterceptor in interface ServiceInterceptorContributionpublic void setContributingModule(Module module)
public void setParameters(java.util.List list)
public java.lang.String getFollowingInterceptorIds()
ServiceInterceptorContributionServiceInterceptorContribution.getPrecedingInterceptorIds(), but the indicating interceptors's behavior should
follow this interceptor's.getFollowingInterceptorIds in interface ServiceInterceptorContributionpublic java.lang.String getPrecedingInterceptorIds()
ServiceInterceptorContributionEach service id is fully qualified. May return null.
getPrecedingInterceptorIds in interface ServiceInterceptorContributionpublic void setFollowingInterceptorIds(java.lang.String string)
public void setPrecedingInterceptorIds(java.lang.String string)