Uses of Interface
org.apache.xml.security.stax.ext.InputProcessorChain
Packages that use InputProcessorChain
-
Uses of InputProcessorChain in org.apache.xml.security.stax.ext
Methods in org.apache.xml.security.stax.ext that return InputProcessorChainModifier and TypeMethodDescriptionInputProcessorChain.createSubChain(InputProcessor inputProcessor) Create a new SubChain.InputProcessorChain.createSubChain(InputProcessor inputProcessor, boolean clone) Create a new SubChain.Methods in org.apache.xml.security.stax.ext with parameters of type InputProcessorChainModifier and TypeMethodDescriptionvoidAbstractInputProcessor.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