Module org.apache.santuario.xmlsec
Package org.apache.xml.security.stax.ext
Interface XMLSecurityHeaderHandler
-
- All Known Implementing Classes:
AbstractInputSecurityHeaderHandler
public interface XMLSecurityHeaderHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, Deque<org.apache.xml.security.stax.ext.stax.XMLSecEvent> eventQueue, Integer index)
-
-
-
Method Detail
-
handle
void handle(InputProcessorChain inputProcessorChain, XMLSecurityProperties securityProperties, Deque<org.apache.xml.security.stax.ext.stax.XMLSecEvent> eventQueue, Integer index) throws XMLSecurityException
- Throws:
XMLSecurityException
-
-