Uses of Interface
org.apache.xml.security.stax.ext.ProcessorChain
-
Packages that use ProcessorChain Package Description org.apache.xml.security.stax.ext org.apache.xml.security.stax.impl -
-
Uses of ProcessorChain in org.apache.xml.security.stax.ext
Subinterfaces of ProcessorChain in org.apache.xml.security.stax.ext Modifier and Type Interface Description interface
InputProcessorChain
The InputProcessorChain manages the InputProcessors and controls the XMLEvent flowinterface
OutputProcessorChain
The OutputProcessorChain manages the OutputProcessors and controls the XMLEvent flow -
Uses of ProcessorChain in org.apache.xml.security.stax.impl
Classes in org.apache.xml.security.stax.impl that implement ProcessorChain Modifier and Type Class Description class
InputProcessorChainImpl
Implementation of a InputProcessorChainclass
OutputProcessorChainImpl
Implementation of a OutputProcessorChain
-