Class SecurityHeaderInputProcessor.InternalSecurityHeaderBufferProcessor
- java.lang.Object
-
- org.apache.xml.security.stax.ext.AbstractInputProcessor
-
- org.apache.wss4j.stax.impl.processor.input.SecurityHeaderInputProcessor.InternalSecurityHeaderBufferProcessor
-
- All Implemented Interfaces:
org.apache.xml.security.stax.ext.InputProcessor
- Enclosing class:
- SecurityHeaderInputProcessor
public class SecurityHeaderInputProcessor.InternalSecurityHeaderBufferProcessor extends org.apache.xml.security.stax.ext.AbstractInputProcessor
Temporary Processor to buffer all events until the end of the security header
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.xml.security.stax.ext.stax.XMLSecEvent
processEvent(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain)
org.apache.xml.security.stax.ext.stax.XMLSecEvent
processHeaderEvent(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:
XMLStreamException
org.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:
XMLStreamException
org.apache.xml.security.exceptions.XMLSecurityException
-
-