Uses of Class
org.apache.cxf.service.model.FaultInfo
Packages that use FaultInfo
Package
Description
-
Uses of FaultInfo in org.apache.cxf.binding.coloc
Method parameters in org.apache.cxf.binding.coloc with type arguments of type FaultInfoModifier and TypeMethodDescriptionstatic booleanColocUtil.isSameFaultInfo(Collection<FaultInfo> fil1, Collection<FaultInfo> fil2) -
Uses of FaultInfo in org.apache.cxf.binding.corba.interceptors
Methods in org.apache.cxf.binding.corba.interceptors that return FaultInfoModifier and TypeMethodDescriptionprotected FaultInfoCorbaStreamFaultInInterceptor.getFaultInfo(OperationInfo opInfo, QName faultName) -
Uses of FaultInfo in org.apache.cxf.endpoint.dynamic
Methods in org.apache.cxf.endpoint.dynamic with parameters of type FaultInfo -
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 ObjectFaultOutInterceptor.getFaultBean(Throwable cause, FaultInfo faultPart, Message message) -
Uses of FaultInfo in org.apache.cxf.javascript.service
Methods in org.apache.cxf.javascript.service with parameters of type FaultInfo -
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 TypeMethodDescriptionvoidAdds a fault to this operation.Constructors in org.apache.cxf.service.model with parameters of type FaultInfo -
Uses of FaultInfo in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal
Method parameters in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal with type arguments of type FaultInfoModifier and TypeMethodDescriptionvoidFaultProcessor.process(JavaMethod method, Collection<FaultInfo> faults) -
Uses of FaultInfo in org.apache.cxf.wsdl.service.factory
Methods in org.apache.cxf.wsdl.service.factory that return FaultInfoModifier and TypeMethodDescriptionprotected FaultInfoReflectionServiceFactoryBean.addFault(InterfaceInfo service, OperationInfo op, Class<?> exClass) Methods in org.apache.cxf.wsdl.service.factory with parameters of type FaultInfoModifier and TypeMethodDescriptionprotected voidReflectionServiceFactoryBean.createFaultForException(Class<?> exClass, FaultInfo fi)