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