Class WSS4JOutInterceptor

  • All Implemented Interfaces:
    org.apache.cxf.binding.soap.interceptor.SoapInterceptor, Interceptor<org.apache.cxf.binding.soap.SoapMessage>, PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>

    public class WSS4JOutInterceptor
    extends AbstractWSS4JInterceptor
    • 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​(org.apache.cxf.binding.soap.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
      • handleFault

        public void handleFault​(org.apache.cxf.binding.soap.SoapMessage message)
        Description copied from interface: Interceptor
        Called for all interceptors (in reverse order) on which handleMessage had been successfully invoked, when normal execution of the chain was aborted for some reason.
        Specified by:
        handleFault in interface Interceptor<org.apache.cxf.binding.soap.SoapMessage>
        Overrides:
        handleFault in class AbstractWSS4JInterceptor
      • createEndingInterceptor

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