Uses of Interface
org.apache.xml.security.stax.ext.InputProcessorChain
-
Packages that use InputProcessorChain Package Description org.apache.xml.security.stax.ext -
-
Uses of InputProcessorChain in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return InputProcessorChain Modifier and Type Method Description InputProcessorChainInputProcessorChain. createSubChain(InputProcessor inputProcessor)Create a new SubChain.InputProcessorChainInputProcessorChain. createSubChain(InputProcessor inputProcessor, boolean clone)Create a new SubChain.Methods in org.apache.xml.security.stax.ext with parameters of type InputProcessorChain Modifier and Type Method Description voidAbstractInputProcessor. doFinal(InputProcessorChain inputProcessorChain)voidInputProcessor. doFinal(InputProcessorChain inputProcessorChain)Will be called when the whole document is processed.voidXMLSecurityHeaderHandler. handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, Deque<org.apache.xml.security.stax.ext.stax.XMLSecEvent> eventQueue, Integer index)org.apache.xml.security.stax.ext.stax.XMLSecEventInputProcessor. processEvent(InputProcessorChain inputProcessorChain)Will be called from the framework when the next XMLEvent is requestedorg.apache.xml.security.stax.ext.stax.XMLSecEventInputProcessor. processHeaderEvent(InputProcessorChain inputProcessorChain)Will be called from the framework when the next security-header XMLEvent is requested
-