org.idoox.wasp.config
Class ProcessingConfiguration.InterceptorEntry

java.lang.Object
  extended byorg.idoox.wasp.config.ProcessingConfiguration.InterceptorEntry
Enclosing class:
ProcessingConfiguration

public static class ProcessingConfiguration.InterceptorEntry
extends java.lang.Object

Structure representing one interceptor with its direction.


Field Summary
 int direction
           
 java.lang.String name
           
 
Constructor Summary
ProcessingConfiguration.InterceptorEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

direction

public int direction
Constructor Detail

ProcessingConfiguration.InterceptorEntry

public ProcessingConfiguration.InterceptorEntry()