Class OperationInputProcessor

  • All Implemented Interfaces:
    org.apache.xml.security.stax.ext.InputProcessor

    public class OperationInputProcessor
    extends org.apache.xml.security.stax.ext.AbstractInputProcessor
    Processor which emits the Operation-Security-Event
    • Constructor Summary

      Constructors 
      Constructor Description
      OperationInputProcessor​(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.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
    • Constructor Detail

      • OperationInputProcessor

        public OperationInputProcessor​(org.apache.xml.security.stax.ext.XMLSecurityProperties securityProperties)
    • 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