Class AbstractRMInterceptor<T extends Message>

    • Constructor Detail

      • AbstractRMInterceptor

        protected AbstractRMInterceptor​(String phase)
      • AbstractRMInterceptor

        protected AbstractRMInterceptor()
    • Method Detail

      • setManager

        public void setManager​(RMManager m)
      • getBus

        public Bus getBus()
      • setBus

        public void setBus​(Bus bus)
      • handleMessage

        public void handleMessage​(Message msg)
                           throws Fault
        Description copied from interface: Interceptor
        Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.
        Throws:
        Fault
      • isRMPolicyEnabled

        protected boolean isRMPolicyEnabled​(Message msg)