Uses of Class
org.apache.cxf.binding.soap.SoapFault
-
-
Uses of SoapFault in org.apache.cxf.binding.soap
Methods in org.apache.cxf.binding.soap that return SoapFault Modifier and Type Method Description static SoapFaultSoapFault. createFault(Fault f, SoapVersion v) -
Uses of SoapFault in org.apache.cxf.binding.soap.interceptor
Methods in org.apache.cxf.binding.soap.interceptor that return SoapFault Modifier and Type Method Description static 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 SoapFault Modifier and Type Method Description protected voidAbstractSoapInterceptor. prepareStackTrace(SoapMessage message, SoapFault fault) -
Uses of SoapFault in org.apache.cxf.ws.eventing.shared.faults
Subclasses of SoapFault in org.apache.cxf.ws.eventing.shared.faults Modifier and Type Class Description classCannotProcessFilterclassDeliveryFormatRequestedUnavailableclassEmptyFilterclassEndToNotSupportedclassFilteringRequestedUnavailableclassNoDeliveryMechanismEstablishedclassUnknownSubscriptionclassUnsupportedExpirationTypeclassUnsupportedExpirationValueclassUnusableEPRclassWSEventingFaultThe parent for all WS-Eventing-specific faults. -
Uses of SoapFault in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return SoapFault Modifier and Type Method Description static 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.faults Modifier and Type Class Description classFragmentFaultThe parent for all WS-Fragment-specific faults.classInvalidExpressionDefinition of the InvalidExpression SOAPFault.classUnsupportedLanguageDefinition of the UnsupportedLanguage SOAPFault.classUnsupportedModeDefinition of the UnsupportedMode SOAPFault. -
Uses of SoapFault in org.apache.cxf.ws.transfer.shared.faults
Subclasses of SoapFault in org.apache.cxf.ws.transfer.shared.faults Modifier and Type Class Description classInvalidRepresentationDefinition of the InvalidRepresentation SOAPFault.classPutDeniedDefinition of the PutDenied SOAPFault.classUnknownDialectDefinition of the UnknownDialect SOAPFault.classUnknownResourceThis fault MUST be generated when a request specifies a resource that is not known.classWSTransferFaultThe parent for all WS-Transfer-specific faults.
-