Class AbstractMessageHandlerTest.BaseMessageHandler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean didExec  
      private boolean didPost  
      private boolean didPre  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BaseMessageHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doInvoke​(org.opensaml.messaging.context.MessageContext mc)  
      protected void doPostInvoke​(org.opensaml.messaging.context.MessageContext mc)  
      protected boolean doPreInvoke​(org.opensaml.messaging.context.MessageContext mc)  
      • Methods inherited from class org.opensaml.messaging.handler.AbstractMessageHandler

        doPostInvoke, getActivationCondition, getLogPrefix, invoke, setActivationCondition
      • Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent

        destroy, doDestroy, doInitialize, initialize, isDestroyed, isInitialized
      • Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent

        initialize, isInitialized
    • Field Detail

      • didPre

        private boolean didPre
      • didExec

        private boolean didExec
      • didPost

        private boolean didPost
    • Constructor Detail

      • BaseMessageHandler

        private BaseMessageHandler()
    • Method Detail

      • doPreInvoke

        protected boolean doPreInvoke​(@Nonnull
                                      org.opensaml.messaging.context.MessageContext mc)
                               throws org.opensaml.messaging.handler.MessageHandlerException
        Overrides:
        doPreInvoke in class org.opensaml.messaging.handler.AbstractMessageHandler
        Throws:
        org.opensaml.messaging.handler.MessageHandlerException
      • doInvoke

        protected void doInvoke​(@Nonnull
                                org.opensaml.messaging.context.MessageContext mc)
                         throws org.opensaml.messaging.handler.MessageHandlerException
        Specified by:
        doInvoke in class org.opensaml.messaging.handler.AbstractMessageHandler
        Throws:
        org.opensaml.messaging.handler.MessageHandlerException
      • doPostInvoke

        protected void doPostInvoke​(@Nonnull
                                    org.opensaml.messaging.context.MessageContext mc)
        Overrides:
        doPostInvoke in class org.opensaml.messaging.handler.AbstractMessageHandler