Uses of Class
org.apache.cxf.interceptor.Fault
Packages that use Fault
Package
Description
Core interceptor interfaces which form the basis for message processing chains
in CXF.
-
Uses of Fault in org.apache.cxf.databinding
Methods in org.apache.cxf.databinding that throw FaultModifier and TypeMethodDescriptionAbstractWrapperHelper.createWrapperObject
(List<?> lst) WrapperHelper.createWrapperObject
(List<?> lst) AbstractWrapperHelper.getWrapperParts
(Object o) WrapperHelper.getWrapperParts
(Object o) -
Uses of Fault in org.apache.cxf.databinding.stax
Methods in org.apache.cxf.databinding.stax that throw Fault -
Uses of Fault in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return FaultMethods in org.apache.cxf.interceptor with parameters of type FaultModifier and TypeMethodDescriptionprotected void
ClientFaultConverter.processFaultDetail
(Fault fault, Message msg) Methods in org.apache.cxf.interceptor that throw FaultModifier and TypeMethodDescriptionvoid
Interceptor.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