org.apache.servicemix.soap.ws.security
Class WsSecurityInInterceptor

java.lang.Object
  extended by org.apache.servicemix.soap.core.AbstractInterceptor
      extended by org.apache.servicemix.soap.ws.security.WsSecurityInInterceptor
All Implemented Interfaces:
Interceptor, SoapInterceptor

public class WsSecurityInInterceptor
extends AbstractInterceptor
implements SoapInterceptor


Field Summary
static javax.xml.namespace.QName[] HEADERS
           
 
Constructor Summary
WsSecurityInInterceptor(WsSecurityPolicy policy)
           
 
Method Summary
 java.util.Collection<java.net.URI> getRoles()
          List of roles when acting for a soap interceptor
 java.util.Collection<javax.xml.namespace.QName> getUnderstoodHeaders()
          List of understood headers for a soap interceptor
 void handleMessage(Message message)
          Intercepts a message.
 
Methods inherited from class org.apache.servicemix.soap.core.AbstractInterceptor
addAfter, addBefore, getAfter, getBefore, getId, handleFault, setAfter, setBefore, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.servicemix.soap.api.Interceptor
getAfter, getBefore, getId, handleFault
 

Field Detail

HEADERS

public static javax.xml.namespace.QName[] HEADERS
Constructor Detail

WsSecurityInInterceptor

public WsSecurityInInterceptor(WsSecurityPolicy policy)
Method Detail

handleMessage

public void handleMessage(Message message)
Description copied from interface: Interceptor
Intercepts a message. Interceptors need NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.

Specified by:
handleMessage in interface Interceptor

getUnderstoodHeaders

public java.util.Collection<javax.xml.namespace.QName> getUnderstoodHeaders()
Description copied from interface: SoapInterceptor
List of understood headers for a soap interceptor

Specified by:
getUnderstoodHeaders in interface SoapInterceptor
Returns:

getRoles

public java.util.Collection<java.net.URI> getRoles()
Description copied from interface: SoapInterceptor
List of roles when acting for a soap interceptor

Specified by:
getRoles in interface SoapInterceptor
Returns:


Copyright © 2005-2012 FuseSource. All Rights Reserved.