Package | Description |
---|---|
org.apache.cxf.binding.soap | |
org.apache.cxf.binding.soap.interceptor | |
org.apache.cxf.ws.eventing.shared.faults | |
org.apache.cxf.ws.security.wss4j |
Modifier and Type | Method and Description |
---|---|
static SoapFault |
SoapFault.createFault(Fault f,
SoapVersion v) |
Modifier and Type | Method and Description |
---|---|
static SoapFault |
Soap11FaultInInterceptor.unmarshalFault(SoapMessage message,
XMLStreamReader reader) |
static SoapFault |
Soap12FaultInInterceptor.unmarshalFault(SoapMessage message,
XMLStreamReader reader) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSoapInterceptor.prepareStackTrace(SoapMessage message,
SoapFault fault) |
Modifier and Type | Class and Description |
---|---|
class |
CannotProcessFilter |
class |
DeliveryFormatRequestedUnavailable |
class |
EmptyFilter |
class |
EndToNotSupported |
class |
FilteringRequestedUnavailable |
class |
NoDeliveryMechanismEstablished |
class |
UnknownSubscription |
class |
UnsupportedExpirationType |
class |
UnsupportedExpirationValue |
class |
UnusableEPR |
class |
WSEventingFault
The parent for all WS-Eventing-specific faults.
|
Modifier and Type | Method and Description |
---|---|
static SoapFault |
WSS4JUtils.createSoapFault(SoapMessage message,
SoapVersion version,
org.apache.wss4j.common.ext.WSSecurityException e)
Create a SoapFault from a WSSecurityException, following the SOAP Message Security
1.1 specification, chapter 12 "Error Handling".
|
Apache CXF