public abstract class AbstractSoapInterceptor extends AbstractPhaseInterceptor<SoapMessage> implements SoapInterceptor
Constructor and Description |
---|
AbstractSoapInterceptor()
Deprecated.
|
AbstractSoapInterceptor(String p) |
AbstractSoapInterceptor(String i,
String p) |
Modifier and Type | Method and Description |
---|---|
protected String |
getFaultCodePrefix(javax.xml.stream.XMLStreamWriter writer,
QName faultCode) |
Set<URI> |
getRoles() |
Set<QName> |
getUnderstoodHeaders() |
protected void |
prepareStackTrace(SoapMessage message,
SoapFault fault) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleFault, handleMessage
public AbstractSoapInterceptor()
public AbstractSoapInterceptor(String p)
public Set<URI> getRoles()
getRoles
in interface SoapInterceptor
public Set<QName> getUnderstoodHeaders()
getUnderstoodHeaders
in interface SoapInterceptor
protected String getFaultCodePrefix(javax.xml.stream.XMLStreamWriter writer, QName faultCode) throws javax.xml.stream.XMLStreamException
protected void prepareStackTrace(SoapMessage message, SoapFault fault) throws Exception
Exception
Apache CXF