org.idoox.wasp.config
Class ProcessingConfiguration.HeaderProcessorEntry

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

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

Structure representing one header processor with the array of header QNames this processor understands.


Field Summary
 java.lang.String name
           
 QName[] understoodHeaders
           
 
Constructor Summary
ProcessingConfiguration.HeaderProcessorEntry()
           
 
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

understoodHeaders

public QName[] understoodHeaders
Constructor Detail

ProcessingConfiguration.HeaderProcessorEntry

public ProcessingConfiguration.HeaderProcessorEntry()