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, setBeforeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleFault, handleMessagepublic AbstractSoapInterceptor(String p)
public Set<URI> getRoles()
getRoles in interface SoapInterceptorpublic Set<QName> getUnderstoodHeaders()
getUnderstoodHeaders in interface SoapInterceptorprotected String getFaultCodePrefix(XMLStreamWriter writer, QName faultCode) throws XMLStreamException
XMLStreamExceptionprotected void prepareStackTrace(SoapMessage message, SoapFault fault) throws Exception
ExceptionApache CXF