Class SecurityHeaderInputProcessor.InternalSecurityHeaderReplayProcessor
- java.lang.Object
-
- org.apache.xml.security.stax.ext.AbstractInputProcessor
-
- org.apache.wss4j.stax.impl.processor.input.SecurityHeaderInputProcessor.InternalSecurityHeaderReplayProcessor
-
- All Implemented Interfaces:
org.apache.xml.security.stax.ext.InputProcessor
- Enclosing class:
- SecurityHeaderInputProcessor
public class SecurityHeaderInputProcessor.InternalSecurityHeaderReplayProcessor extends org.apache.xml.security.stax.ext.AbstractInputProcessorTemporary processor to replay the buffered events
-
-
Constructor Summary
Constructors Constructor Description InternalSecurityHeaderReplayProcessor(org.apache.xml.security.stax.ext.XMLSecurityProperties securityProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.xml.security.stax.ext.stax.XMLSecEventprocessEvent(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain)org.apache.xml.security.stax.ext.stax.XMLSecEventprocessHeaderEvent(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain)
-
-
-
Method Detail
-
processHeaderEvent
public org.apache.xml.security.stax.ext.stax.XMLSecEvent processHeaderEvent(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain) throws XMLStreamException, org.apache.xml.security.exceptions.XMLSecurityException- Throws:
XMLStreamExceptionorg.apache.xml.security.exceptions.XMLSecurityException
-
processEvent
public org.apache.xml.security.stax.ext.stax.XMLSecEvent processEvent(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain) throws XMLStreamException, org.apache.xml.security.exceptions.XMLSecurityException- Throws:
XMLStreamExceptionorg.apache.xml.security.exceptions.XMLSecurityException
-
-