Uses of Class
org.apache.cxf.interceptor.Fault
-
Packages that use Fault Package Description org.apache.cxf.databinding org.apache.cxf.databinding.stax org.apache.cxf.ext.logging org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF.org.apache.cxf.service.invoker org.apache.cxf.sts.interceptor org.apache.cxf.ws.security.policy.interceptors org.apache.cxf.ws.security.trust org.apache.cxf.ws.security.wss4j org.jboss.wsf.stack.cxf.client.configuration -
-
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.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.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(org.apache.cxf.binding.soap.SoapMessage message)voidSCTOutInterceptor. handleMessage(org.apache.cxf.binding.soap.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(org.apache.cxf.binding.soap.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(org.apache.cxf.binding.soap.SoapMessage message)voidAbstractUsernameTokenAuthenticatingInterceptor. handleMessage(org.apache.cxf.binding.soap.SoapMessage msg)voidCryptoCoverageChecker. handleMessage(org.apache.cxf.binding.soap.SoapMessage message)Checks that the WSS4J results refer to the required signed/encrypted elements as defined by the XPath expressions inCryptoCoverageChecker.xPaths.voidPolicyBasedWSS4JInInterceptor. handleMessage(org.apache.cxf.binding.soap.SoapMessage msg)voidPolicyBasedWSS4JOutInterceptor. handleMessage(org.apache.cxf.binding.soap.SoapMessage mc)voidPolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal. handleMessage(org.apache.cxf.binding.soap.SoapMessage message)voidPolicyBasedWSS4JStaxInInterceptor. handleMessage(org.apache.cxf.binding.soap.SoapMessage msg)voidPolicyBasedWSS4JStaxOutInterceptor. handleMessage(org.apache.cxf.binding.soap.SoapMessage msg)voidStaxActionInInterceptor. handleMessage(org.apache.cxf.binding.soap.SoapMessage soapMessage)voidStaxCryptoCoverageChecker. handleMessage(org.apache.cxf.binding.soap.SoapMessage soapMessage)voidStaxSecurityContextInInterceptor. handleMessage(org.apache.cxf.binding.soap.SoapMessage soapMessage)voidWSS4JInInterceptor. handleMessage(org.apache.cxf.binding.soap.SoapMessage msg)voidWSS4JOutInterceptor. handleMessage(org.apache.cxf.binding.soap.SoapMessage mc)voidWSS4JStaxInInterceptor. handleMessage(org.apache.cxf.binding.soap.SoapMessage soapMessage)voidWSS4JStaxOutInterceptor. handleMessage(org.apache.cxf.binding.soap.SoapMessage mc)voidAbstractWSS4JInterceptor. postHandleMessage(org.apache.cxf.binding.soap.SoapMessage message)voidAbstractWSS4JStaxInterceptor. postHandleMessage(org.apache.cxf.binding.soap.SoapMessage message) -
Uses of Fault in org.jboss.wsf.stack.cxf.client.configuration
Methods in org.jboss.wsf.stack.cxf.client.configuration that throw Fault Modifier and Type Method Description voidHandlerChainSortInterceptor. handleMessage(Message message)
-