Package org.apache.xml.security.stax.ext
Interface XMLSecurityHeaderHandler
-
- All Known Implementing Classes:
AbstractInputSecurityHeaderHandler
,AbstractSignatureInputHandler
,XMLEncryptedKeyInputHandler
,XMLSignatureInputHandler
public interface XMLSecurityHeaderHandler
- Version:
- $Revision: 1395267 $ $Date: 2012-10-07 12:02:46 +0200 (Sun, 07 Oct 2012) $
- Author:
- $Author: giger $
-
-
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
-
-