Uses of Class
org.apache.cxf.service.model.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
Modifier and TypeMethodDescriptionFaultOutInterceptor.getFaultForClass
(BindingOperationInfo op, Class<?> class1) Find the correct Fault part for a particular exception.Modifier and TypeMethodDescriptionprotected Object
FaultOutInterceptor.getFaultBean
(Throwable cause, FaultInfo faultPart, Message message) -
Uses of FaultInfo in org.apache.cxf.service
-
Uses of FaultInfo in org.apache.cxf.service.model
Modifier and TypeMethodDescriptionAdds an fault to this operation.Returns the fault with the given name, if found.BindingFaultInfo.getFaultInfo()
Modifier and TypeMethodDescriptionOperationInfo.getFaults()
Returns all faults for this operation.UnwrappedOperationInfo.getFaults()
Modifier and TypeMethodDescriptionvoid
Adds a fault to this operation.