Uses of Class
org.apache.cxf.service.model.FaultInfo
Packages that use FaultInfo
Package
Description
Core interceptor interfaces which form the basis for message processing chains
in CXF.
This package and its sub packages contain classes relating to services and the CXF
service model
-
Uses of FaultInfo in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return FaultInfoModifier and TypeMethodDescriptionFaultOutInterceptor.getFaultForClass
(BindingOperationInfo op, Class<?> class1) Find the correct Fault part for a particular exception.Methods in org.apache.cxf.interceptor with parameters of type FaultInfoModifier and TypeMethodDescriptionprotected Object
FaultOutInterceptor.getFaultBean
(Throwable cause, FaultInfo faultPart, Message message) -
Uses of FaultInfo in org.apache.cxf.service
Methods in org.apache.cxf.service with parameters of type FaultInfo -
Uses of FaultInfo in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return FaultInfoModifier and TypeMethodDescriptionAdds an fault to this operation.Returns the fault with the given name, if found.BindingFaultInfo.getFaultInfo()
Methods in org.apache.cxf.service.model that return types with arguments of type FaultInfoModifier and TypeMethodDescriptionOperationInfo.getFaults()
Returns all faults for this operation.UnwrappedOperationInfo.getFaults()
Methods in org.apache.cxf.service.model with parameters of type FaultInfoModifier and TypeMethodDescriptionvoid
Adds a fault to this operation.Constructors in org.apache.cxf.service.model with parameters of type FaultInfo