Uses of Class
org.apache.cxf.interceptor.Fault
-
-
Uses of Fault in org.apache.cxf.aegis
Methods in org.apache.cxf.aegis that return Fault Modifier and Type Method Description FaultContext. getFault()Methods in org.apache.cxf.aegis with parameters of type Fault Modifier and Type Method Description voidContext. setFault(Fault fault) -
Uses of Fault in org.apache.cxf.binding.coloc
Methods in org.apache.cxf.binding.coloc that throw Fault Modifier and Type Method Description voidColocInInterceptor. handleMessage(Message msg)voidColocOutInterceptor. handleMessage(Message message)voidWebFaultInInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.binding.corba.interceptors
Methods in org.apache.cxf.binding.corba.interceptors that throw Fault Modifier and Type Method Description voidCorbaStreamInInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.binding.soap
Subclasses of Fault in org.apache.cxf.binding.soap Modifier and Type Class Description classSoapFaultMethods in org.apache.cxf.binding.soap with parameters of type Fault Modifier and Type Method Description static SoapFaultSoapFault. createFault(Fault f, SoapVersion v) -
Uses of Fault in org.apache.cxf.binding.soap.interceptor
Methods in org.apache.cxf.binding.soap.interceptor that throw Fault Modifier and Type Method Description voidMustUnderstandInterceptor.MustUnderstandEndingInterceptor. handleMessage(SoapMessage message)voidReadHeadersInterceptor.CheckClosingTagsInterceptor. handleMessage(SoapMessage message)Intercepts a message.voidSoap11FaultInInterceptor. handleMessage(SoapMessage message)voidSoap11FaultOutInterceptor. handleMessage(SoapMessage message)voidSoap12FaultInInterceptor. handleMessage(SoapMessage message)voidSoap12FaultOutInterceptor. handleMessage(SoapMessage message)voidSoapActionInInterceptor. handleMessage(SoapMessage message)voidSoapActionInInterceptor.SoapActionInAttemptTwoInterceptor. handleMessage(SoapMessage message)voidSoapHeaderInterceptor. handleMessage(Message m)voidSoapHeaderOutFilterInterceptor. handleMessage(SoapMessage message)voidSoapOutInterceptor.SoapOutEndingInterceptor. handleMessage(SoapMessage message)voidSoapPreProtocolOutInterceptor. handleMessage(SoapMessage message)Mediate a message dispatch.voidStartBodyInterceptor. handleMessage(SoapMessage message)Intercepts a message.voidTibcoSoapActionInterceptor. handleMessage(SoapMessage soapMessage) -
Uses of Fault in org.apache.cxf.binding.soap.jms.interceptor
Methods in org.apache.cxf.binding.soap.jms.interceptor that return Fault Modifier and Type Method Description FaultSoapFaultFactory. createFault(JMSFault jmsFault)Methods in org.apache.cxf.binding.soap.jms.interceptor with parameters of type Fault Modifier and Type Method Description StringSoapFaultFactory. toString(Fault f)Methods in org.apache.cxf.binding.soap.jms.interceptor that throw Fault Modifier and Type Method Description voidSoapJMSInInterceptor. handleMessage(SoapMessage message) -
Uses of Fault in org.apache.cxf.binding.soap.saaj
Methods in org.apache.cxf.binding.soap.saaj that throw Fault Modifier and Type Method Description voidSAAJInInterceptor. handleMessage(SoapMessage message)voidSAAJInInterceptor.SAAJPreInInterceptor. handleMessage(SoapMessage message)voidSAAJOutInterceptor. handleMessage(SoapMessage message)voidSAAJOutInterceptor.SAAJOutEndingInterceptor. handleMessage(SoapMessage message) -
Uses of Fault in org.apache.cxf.binding.xml
Subclasses of Fault in org.apache.cxf.binding.xml Modifier and Type Class Description classXMLFaultMethods in org.apache.cxf.binding.xml with parameters of type Fault Modifier and Type Method Description static XMLFaultXMLFault. createFault(Fault f) -
Uses of Fault in org.apache.cxf.binding.xml.interceptor
Methods in org.apache.cxf.binding.xml.interceptor that throw Fault Modifier and Type Method Description voidXMLFaultOutInterceptor. handleFault(Message message)voidXMLFaultInInterceptor. handleMessage(Message message)voidXMLFaultOutInterceptor. handleMessage(Message message)voidXMLMessageInInterceptor. handleMessage(Message message)voidXMLMessageOutInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.databinding
Methods in org.apache.cxf.databinding that throw Fault Modifier and Type Method Description ObjectAbstractWrapperHelper. createWrapperObject(List<?> lst)ObjectWrapperHelper. createWrapperObject(List<?> lst)List<Object>AbstractWrapperHelper. getWrapperParts(Object o)List<Object>WrapperHelper. getWrapperParts(Object o) -
Uses of Fault in org.apache.cxf.databinding.stax
Methods in org.apache.cxf.databinding.stax that throw Fault Modifier and Type Method Description voidXMLStreamWriterCallback. write(XMLStreamWriter writer) -
Uses of Fault in org.apache.cxf.ext.logging
Methods in org.apache.cxf.ext.logging that throw Fault Modifier and Type Method Description voidLoggingInInterceptor. handleMessage(Message message)voidLoggingOutInterceptor. handleMessage(Message message)voidWireTapIn. handleMessage(Message message)protected static booleanAbstractLoggingInterceptor. isLoggingDisabledNow(Message message) -
Uses of Fault in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend that throw Fault Modifier and Type Method Description voidWSDLGetInterceptor. handleMessage(Message message)voidWSDLGetOutInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return Fault Modifier and Type Method Description FaultFault. setFaultCode(QName c)Methods in org.apache.cxf.interceptor with parameters of type Fault Modifier and Type Method Description protected voidClientFaultConverter. processFaultDetail(Fault fault, Message msg)Methods in org.apache.cxf.interceptor that throw Fault Modifier and Type Method Description voidInterceptor. handleMessage(T message)Intercepts a message. -
Uses of Fault in org.apache.cxf.javascript
Methods in org.apache.cxf.javascript that throw Fault Modifier and Type Method Description voidJavascriptGetInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.jaxb.attachment
Methods in org.apache.cxf.jaxb.attachment that throw Fault Modifier and Type Method Description voidJAXBAttachmentSchemaValidationHack. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that throw Fault Modifier and Type Method Description protected abstract voidAbstractClient.AbstractBodyWriter. doWriteBody(Message outMessage, Object body, Type bodyType, Annotation[] customAnns, OutputStream os)protected voidClientProxyImpl.BodyWriter. doWriteBody(Message outMessage, Object body, Type bodyType, Annotation[] customAnns, OutputStream os)voidAbstractClient.AbstractBodyWriter. handleMessage(Message outMessage)voidAbstractClient.AbstractClientAsyncResponseInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.jaxrs.client.spec
Methods in org.apache.cxf.jaxrs.client.spec that throw Fault Modifier and Type Method Description voidClientRequestFilterInterceptor. handleMessage(Message outMessage)voidClientResponseFilterInterceptor. handleMessage(Message inMessage) -
Uses of Fault in org.apache.cxf.jaxrs.interceptor
Methods in org.apache.cxf.jaxrs.interceptor that throw Fault Modifier and Type Method Description voidJAXRSDefaultFaultOutInterceptor. handleFault(Message message)voidJAXRSDefaultFaultOutInterceptor. handleMessage(Message message)voidJAXRSOutExceptionMapperInterceptor. handleMessage(Message message)Deprecated. -
Uses of Fault in org.apache.cxf.jaxrs.provider.jsonp
Methods in org.apache.cxf.jaxrs.provider.jsonp that throw Fault Modifier and Type Method Description voidJsonpInInterceptor. handleMessage(Message message)voidJsonpPostStreamInterceptor. handleMessage(Message message)voidJsonpPreStreamInterceptor. handleMessage(Message message)protected voidAbstractJsonpOutInterceptor. writeValue(Message message, String value) -
Uses of Fault in org.apache.cxf.jaxrs.security
Methods in org.apache.cxf.jaxrs.security that throw Fault Modifier and Type Method Description voidKerberosAuthOutInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.jaxws
Methods in org.apache.cxf.jaxws that return Fault Modifier and Type Method Description protected FaultAbstractJAXWSMethodInvoker. createFault(Throwable ex, Method m, List<Object> params, boolean checked) -
Uses of Fault in org.apache.cxf.jaxws.handler.logical
Methods in org.apache.cxf.jaxws.handler.logical that throw Fault Modifier and Type Method Description voidLogicalHandlerFaultOutInterceptor. handleMessage(Message message)voidLogicalHandlerOutInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.jaxws.interceptors
Methods in org.apache.cxf.jaxws.interceptors that throw Fault Modifier and Type Method Description voidHolderInInterceptor. handleMessage(Message message)voidHolderOutInterceptor. handleMessage(Message message)voidMessageModeInInterceptor. handleMessage(Message message)voidMessageModeOutInterceptor. handleMessage(Message message)voidSwAInInterceptor. handleMessage(SoapMessage message)voidSwAOutInterceptor. handleMessage(SoapMessage message)voidWebFaultOutInterceptor. handleMessage(Message message)voidWrapperClassInInterceptor. handleMessage(Message message)voidWrapperClassOutInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.management.interceptor
Methods in org.apache.cxf.management.interceptor that throw Fault Modifier and Type Method Description voidResponseTimeMessageOutInterceptor.EndingInterceptor. handleFault(Message message)voidPersistInInterceptor. handleMessage(Message message)voidPersistOutInterceptor. handleMessage(Message message)voidResponseTimeMessageInInterceptor. handleMessage(Message message)voidResponseTimeMessageInvokerInterceptor. handleMessage(Message message)voidResponseTimeMessageOutInterceptor.EndingInterceptor. handleMessage(Message message)voidResponseTimeMessageOutInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.metrics.interceptors
Methods in org.apache.cxf.metrics.interceptors that throw Fault Modifier and Type Method Description voidCountingOutInterceptor. handleMessage(Message message)voidMetricsMessageClientOutInterceptor. handleMessage(Message message)voidMetricsMessageInInterceptor. handleMessage(Message message)voidMetricsMessageInOneWayInterceptor. handleMessage(Message message)voidMetricsMessageInPostInvokeInterceptor. handleMessage(Message message)voidMetricsMessageInPreInvokeInterceptor. handleMessage(Message message)voidMetricsMessageOutInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.microprofile.client.proxy
Methods in org.apache.cxf.microprofile.client.proxy that throw Fault Modifier and Type Method Description voidMPAsyncInvocationInterceptorImpl. handleMessage(Message message)Intercepts a message.voidMPAsyncInvocationInterceptorPostAsyncImpl. handleMessage(Message message)Intercepts a message.voidMPAsyncInvocationInterceptorRemoveContextImpl. handleMessage(Message message)Intercepts a message. -
Uses of Fault in org.apache.cxf.rs.security.oauth2.filters
Methods in org.apache.cxf.rs.security.oauth2.filters that throw Fault Modifier and Type Method Description voidOAuthRequestInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.rs.security.saml
Methods in org.apache.cxf.rs.security.saml that throw Fault Modifier and Type Method Description protected org.apache.wss4j.common.saml.SamlAssertionWrapperAbstractSamlOutInterceptor. createAssertion(Message message)static org.apache.wss4j.common.saml.SamlAssertionWrapperSAMLUtils. createAssertion(CallbackHandler handler, SAMLUtils.SelfSignInfo info)static org.apache.wss4j.common.saml.SamlAssertionWrapperSAMLUtils. createAssertion(Message message)static org.apache.wss4j.common.saml.SamlAssertionWrapperSAMLUtils. createAssertion(Message message, CallbackHandler handler)voidSamlFormOutInterceptor. handleMessage(Message message)voidSamlHeaderOutInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.rs.security.xml
Methods in org.apache.cxf.rs.security.xml that throw Fault Modifier and Type Method Description voidAbstractXmlSecOutInterceptor. handleMessage(Message message)voidXmlEncInInterceptor. handleMessage(Message message)voidXmlSecInInterceptor. handleMessage(Message message)voidXmlSecOutInterceptor. handleMessage(Message message)voidXmlSigInInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.rt.security.claims.interceptor
Methods in org.apache.cxf.rt.security.claims.interceptor that throw Fault Modifier and Type Method Description voidClaimsAuthorizingInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.rt.security.saml.xacml2
Methods in org.apache.cxf.rt.security.saml.xacml2 that throw Fault Modifier and Type Method Description voidAbstractXACMLAuthorizingInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.service.invoker
Methods in org.apache.cxf.service.invoker that return Fault Modifier and Type Method Description protected FaultAbstractInvoker. createFault(Throwable ex, Method m, List<Object> params, boolean checked) -
Uses of Fault in org.apache.cxf.sts.interceptor
Methods in org.apache.cxf.sts.interceptor that throw Fault Modifier and Type Method Description voidSCTInInterceptor. handleMessage(SoapMessage message)voidSCTOutInterceptor. handleMessage(SoapMessage message) -
Uses of Fault in org.apache.cxf.throttling
Methods in org.apache.cxf.throttling that throw Fault Modifier and Type Method Description voidThrottlingInterceptor. handleMessage(Message message)voidThrottlingResponseInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.tracing.brave
Methods in org.apache.cxf.tracing.brave that throw Fault Modifier and Type Method Description voidBraveClientStartInterceptor. handleMessage(Message message)voidBraveClientStopInterceptor. handleMessage(Message message)voidBraveStartInterceptor. handleMessage(Message message)voidBraveStopInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.tracing.opentracing
Methods in org.apache.cxf.tracing.opentracing that throw Fault Modifier and Type Method Description voidOpenTracingClientStartInterceptor. handleMessage(Message message)voidOpenTracingClientStopInterceptor. handleMessage(Message message)voidOpenTracingStartInterceptor. handleMessage(Message message)voidOpenTracingStopInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.transport.http
Methods in org.apache.cxf.transport.http that throw Fault Modifier and Type Method Description voidHttpAuthenticationFaultHandler. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.transport.https
Methods in org.apache.cxf.transport.https that throw Fault Modifier and Type Method Description voidCertConstraintsInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.ws.eventing.backend.notification
Methods in org.apache.cxf.ws.eventing.backend.notification that throw Fault Modifier and Type Method Description voidFilteringInterceptor. handleMessage(SoapMessage message) -
Uses of Fault in org.apache.cxf.ws.eventing.shared.faults
Subclasses of Fault in org.apache.cxf.ws.eventing.shared.faults Modifier and Type Class Description classCannotProcessFilterclassDeliveryFormatRequestedUnavailableclassEmptyFilterclassEndToNotSupportedclassFilteringRequestedUnavailableclassNoDeliveryMechanismEstablishedclassUnknownSubscriptionclassUnsupportedExpirationTypeclassUnsupportedExpirationValueclassUnusableEPRclassWSEventingFaultThe parent for all WS-Eventing-specific faults. -
Uses of Fault in org.apache.cxf.ws.mex
Methods in org.apache.cxf.ws.mex that throw Fault Modifier and Type Method Description voidMEXInInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.ws.policy
Methods in org.apache.cxf.ws.policy that throw Fault Modifier and Type Method Description voidAbstractPolicyInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.ws.policy.mtom
Methods in org.apache.cxf.ws.policy.mtom that throw Fault Modifier and Type Method Description voidMTOMPolicyInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return Fault Modifier and Type Method Description FaultBindingFaultFactory. createFault(SequenceFault sf, Message msg)Methods in org.apache.cxf.ws.rm with parameters of type Fault Modifier and Type Method Description StringBindingFaultFactory. toString(Fault f)Methods in org.apache.cxf.ws.rm that throw Fault Modifier and Type Method Description voidAbstractRMInterceptor. handleMessage(Message msg)voidRetransmissionInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.ws.rm.soap
Methods in org.apache.cxf.ws.rm.soap that return Fault Modifier and Type Method Description FaultSoapFaultFactory. createFault(SequenceFault sf, Message msg)Methods in org.apache.cxf.ws.rm.soap with parameters of type Fault Modifier and Type Method Description StringSoapFaultFactory. toString(Fault f)Methods in org.apache.cxf.ws.rm.soap that throw Fault Modifier and Type Method Description voidRetransmissionQueueImpl.CopyOutInterceptor. handleMessage(Message message)voidRMSoapInInterceptor. handleMessage(SoapMessage message)voidRMSoapOutInterceptor. handleMessage(SoapMessage message) -
Uses of Fault in org.apache.cxf.ws.security.policy.interceptors
Methods in org.apache.cxf.ws.security.policy.interceptors that throw Fault Modifier and Type Method Description voidSecurityVerificationOutInterceptor. handleMessage(SoapMessage message)Checks if some security assertions are specified without binding assertion and cannot be fulfilled.voidSTSTokenOutInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.ws.security.trust
Methods in org.apache.cxf.ws.security.trust that throw Fault Modifier and Type Method Description voidAuthPolicyValidatingInterceptor. handleMessage(Message message) -
Uses of Fault in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that throw Fault Modifier and Type Method Description voidAbstractTokenInterceptor. handleMessage(SoapMessage message)voidAbstractUsernameTokenAuthenticatingInterceptor. handleMessage(SoapMessage msg)voidCryptoCoverageChecker. handleMessage(SoapMessage message)Checks that the WSS4J results refer to the required signed/encrypted elements as defined by the XPath expressions inCryptoCoverageChecker.xPaths.voidPolicyBasedWSS4JInInterceptor. handleMessage(SoapMessage msg)voidPolicyBasedWSS4JOutInterceptor. handleMessage(SoapMessage mc)voidPolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal. handleMessage(SoapMessage message)voidPolicyBasedWSS4JStaxInInterceptor. handleMessage(SoapMessage msg)voidPolicyBasedWSS4JStaxOutInterceptor. handleMessage(SoapMessage msg)voidStaxActionInInterceptor. handleMessage(SoapMessage soapMessage)voidStaxCryptoCoverageChecker. handleMessage(SoapMessage soapMessage)voidStaxSecurityContextInInterceptor. handleMessage(SoapMessage soapMessage)voidWSS4JInInterceptor. handleMessage(SoapMessage msg)voidWSS4JOutInterceptor. handleMessage(SoapMessage mc)voidWSS4JStaxInInterceptor. handleMessage(SoapMessage soapMessage)voidWSS4JStaxOutInterceptor. handleMessage(SoapMessage mc)voidAbstractWSS4JInterceptor. postHandleMessage(SoapMessage message)voidAbstractWSS4JStaxInterceptor. postHandleMessage(SoapMessage message) -
Uses of Fault in org.apache.cxf.ws.transfer.dialect.fragment.faults
Subclasses of Fault 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 Fault in org.apache.cxf.ws.transfer.shared.faults
Subclasses of Fault 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.
-