public class WSSPassThroughInterceptor
extends org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
EjbInterceptor
adds the MustUnderstandInterceptor. OpenEJB now supports
WS Security out of the box, so it must indicates WS Security headers have been treated. That is simply done
using that fake interceptor.
$Id$| Constructor and Description |
|---|
WSSPassThroughInterceptor() |
WSSPassThroughInterceptor(String phase) |
| Modifier and Type | Method and Description |
|---|---|
Set<QName> |
getUnderstoodHeaders() |
void |
handleMessage(org.apache.cxf.binding.soap.SoapMessage soapMessage) |
getFaultCodePrefix, getRoles, prepareStackTraceaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforepublic WSSPassThroughInterceptor()
public WSSPassThroughInterceptor(String phase)
public Set<QName> getUnderstoodHeaders()
getUnderstoodHeaders in interface org.apache.cxf.binding.soap.interceptor.SoapInterceptorgetUnderstoodHeaders in class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptorpublic void handleMessage(org.apache.cxf.binding.soap.SoapMessage soapMessage)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.