org.apache.servicemix.soap.ws.security
Class WsSecurityInInterceptor
java.lang.Object
org.apache.servicemix.soap.core.AbstractInterceptor
org.apache.servicemix.soap.ws.security.WsSecurityInInterceptor
- All Implemented Interfaces:
- Interceptor, SoapInterceptor
public class WsSecurityInInterceptor
- extends AbstractInterceptor
- implements SoapInterceptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HEADERS
public static QName[] HEADERS
WsSecurityInInterceptor
public WsSecurityInInterceptor(WsSecurityPolicy policy)
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 Collection<QName> getUnderstoodHeaders()
- Description copied from interface:
SoapInterceptor
- List of understood headers for a soap interceptor
- Specified by:
getUnderstoodHeaders in interface SoapInterceptor
- Returns:
getRoles
public Collection<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-2008 Apache Software Foundation. All Rights Reserved.