public abstract class AbstractSoapInterceptor extends AbstractPhaseInterceptor<SoapMessage> implements SoapInterceptor
Constructor and Description |
---|
AbstractSoapInterceptor(String p) |
AbstractSoapInterceptor(String i,
String p) |
Modifier and Type | Method and Description |
---|---|
protected String |
getFaultCodePrefix(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(String p)
public Set<URI> getRoles()
getRoles
in interface SoapInterceptor
public Set<QName> getUnderstoodHeaders()
getUnderstoodHeaders
in interface SoapInterceptor
protected String getFaultCodePrefix(XMLStreamWriter writer, QName faultCode) throws XMLStreamException
XMLStreamException
protected void prepareStackTrace(SoapMessage message, SoapFault fault) throws Exception
Exception
Apache CXF