Class WSS4JOutInterceptor

java.lang.Object
org.apache.wss4j.dom.handler.WSHandler
org.apache.cxf.ws.security.wss4j.AbstractWSS4JInterceptor
org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor
All Implemented Interfaces:
SoapInterceptor, Interceptor<SoapMessage>, PhaseInterceptor<SoapMessage>

public class WSS4JOutInterceptor extends AbstractWSS4JInterceptor
  • Field Details

    • 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:
  • Constructor Details

    • WSS4JOutInterceptor

      public WSS4JOutInterceptor()
    • WSS4JOutInterceptor

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

    • getProperty

      public Object getProperty(Object msgContext, String key)
      Overrides:
      getProperty in class AbstractWSS4JInterceptor
    • 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
    • handleFault

      public void handleFault(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<SoapMessage>
      Overrides:
      handleFault in class AbstractWSS4JInterceptor
    • createEndingInterceptor

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