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

Constructor Summary
InterceptorDescriptor()
           
 
Method Summary
protected  void extendDescription(ToStringBuilder builder)
          Overridden in subclasses to provide more information about the instance.
 java.lang.String getAfter()
           
 java.lang.String getBefore()
           
 void setAfter(java.lang.String string)
           
 void setBefore(java.lang.String string)
           
 
Methods inherited from class org.apache.hivemind.parse.AbstractServiceInvocationDescriptor
addParameter, getFactoryServiceId, getParameters, setFactoryServiceId, toString
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterceptorDescriptor

public InterceptorDescriptor()
Method Detail

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