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.AbstractInputProcessorTemporary Processor to buffer all events until the end of the security header
- 
- 
Method SummaryAll 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- 
processHeaderEventpublic 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
 
 - 
processEventpublic 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
 
 
- 
 
-