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

    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)
     

    Methods inherited from class org.apache.xml.security.stax.ext.AbstractInputProcessor

    addAfterProcessor, addBeforeProcessor, doFinal, getAfterProcessors, getBeforeProcessors, getPhase, getReferenceIDAttribute, getSecurityProperties, setPhase

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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