Class SecurityVerificationOutInterceptor

    • Constructor Detail

      • SecurityVerificationOutInterceptor

        public SecurityVerificationOutInterceptor()
    • Method Detail

      • handleMessage

        public void handleMessage​(SoapMessage message)
                           throws Fault
        Checks if some security assertions are specified without binding assertion and cannot be fulfilled. Throw PolicyException in this case
        Parameters:
        message -
        Throws:
        PolicyException - if assertions are specified without binding
        Fault