Uses of Class
org.apache.cxf.binding.soap.SoapFault
Packages that use SoapFault
Package
Description
-
Uses of SoapFault in org.apache.cxf.binding.soap
Methods in org.apache.cxf.binding.soap that return SoapFault -
Uses of SoapFault in org.apache.cxf.binding.soap.interceptor
Methods in org.apache.cxf.binding.soap.interceptor that return SoapFaultModifier and TypeMethodDescriptionstatic SoapFaultSoap11FaultInInterceptor.unmarshalFault(SoapMessage message, XMLStreamReader reader) static SoapFaultSoap12FaultInInterceptor.unmarshalFault(SoapMessage message, XMLStreamReader reader) Methods in org.apache.cxf.binding.soap.interceptor with parameters of type SoapFaultModifier and TypeMethodDescriptionprotected voidAbstractSoapInterceptor.prepareStackTrace(SoapMessage message, SoapFault fault) -
Uses of SoapFault in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return SoapFaultModifier and TypeMethodDescriptionstatic SoapFaultWSS4JUtils.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". -
Uses of SoapFault in org.apache.cxf.ws.transfer.dialect.fragment.faults
Subclasses of SoapFault in org.apache.cxf.ws.transfer.dialect.fragment.faultsModifier and TypeClassDescriptionclassThe parent for all WS-Fragment-specific faults.classDefinition of the InvalidExpression SOAPFault.classDefinition of the UnsupportedLanguage SOAPFault.classDefinition of the UnsupportedMode SOAPFault.