Class WSS4JOutInterceptor

    • Field Detail

      • WSS4J_ACTION_MAP

        public static final String WSS4J_ACTION_MAP
        Property name for a map of action IDs (Integer) to action class names. Values can be either Class) or Objects - * implementing Action.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WSS4JOutInterceptor

        public WSS4JOutInterceptor()
      • WSS4JOutInterceptor

        public WSS4JOutInterceptor​(Map<String,​Object> props)
    • Method Detail

      • handleMessage

        public void handleMessage​(SoapMessage mc)
                           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
      • createEndingInterceptor

        public final org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor.WSS4JOutInterceptorInternal createEndingInterceptor()