org.apache.hivemind.parse
Class InterceptorDescriptor
java.lang.Object
|
+--org.apache.hivemind.impl.BaseLocatable
|
+--org.apache.hivemind.parse.AbstractServiceInvocationDescriptor
|
+--org.apache.hivemind.parse.InterceptorDescriptor
- All Implemented Interfaces:
- Locatable, LocationHolder
- public final class InterceptorDescriptor
- extends AbstractServiceInvocationDescriptor
Descriptor for the <interceptor> element.
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InterceptorDescriptor
public InterceptorDescriptor()
getAfter
public java.lang.String getAfter()
getBefore
public java.lang.String getBefore()
setAfter
public void setAfter(java.lang.String string)
setBefore
public void setBefore(java.lang.String string)
extendDescription
protected void extendDescription(ToStringBuilder builder)
- Description copied from class:
AbstractServiceInvocationDescriptor
- Overridden in subclasses to provide more information about
the instance. This implementation does nothing.
- Overrides:
extendDescription
in class AbstractServiceInvocationDescriptor