Uses of Class
org.apache.cxf.service.model.FaultInfo
-
-
Uses of FaultInfo in org.apache.cxf.binding.coloc
Method parameters in org.apache.cxf.binding.coloc with type arguments of type FaultInfo Modifier and Type Method Description static 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 FaultInfo Modifier and Type Method Description protected 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 Modifier and Type Method Description voidTypeClassInitializer. begin(FaultInfo fault)voidTypeClassInitializer. end(FaultInfo fault) -
Uses of FaultInfo in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return FaultInfo Modifier and Type Method Description FaultInfoFaultOutInterceptor. getFaultForClass(BindingOperationInfo op, Class<?> class1)Find the correct Fault part for a particular exception.Methods in org.apache.cxf.interceptor with parameters of type FaultInfo Modifier and Type Method Description protected 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 Modifier and Type Method Description voidServiceJavascriptBuilder. begin(FaultInfo fault)voidServiceJavascriptBuilder. end(FaultInfo fault) -
Uses of FaultInfo in org.apache.cxf.service
Methods in org.apache.cxf.service with parameters of type FaultInfo Modifier and Type Method Description voidServiceModelVisitor. begin(FaultInfo fault)voidServiceModelVisitor. end(FaultInfo fault) -
Uses of FaultInfo in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return FaultInfo Modifier and Type Method Description FaultInfoOperationInfo. addFault(QName name, QName message)Adds an fault to this operation.FaultInfoUnwrappedOperationInfo. addFault(QName name, QName message)FaultInfoOperationInfo. getFault(QName name)Returns the fault with the given name, if found.FaultInfoUnwrappedOperationInfo. getFault(QName name)FaultInfoBindingFaultInfo. getFaultInfo()Methods in org.apache.cxf.service.model that return types with arguments of type FaultInfo Modifier and Type Method Description Collection<FaultInfo>OperationInfo. getFaults()Returns all faults for this operation.Collection<FaultInfo>UnwrappedOperationInfo. getFaults()Methods in org.apache.cxf.service.model with parameters of type FaultInfo Modifier and Type Method Description voidOperationInfo. addFault(FaultInfo fault)Adds a fault to this operation.Constructors in org.apache.cxf.service.model with parameters of type FaultInfo Constructor Description BindingFaultInfo(FaultInfo f, BindingOperationInfo info) -
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 FaultInfo Modifier and Type Method Description voidFaultProcessor. 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 FaultInfo Modifier and Type Method Description protected FaultInfoReflectionServiceFactoryBean. addFault(InterfaceInfo service, OperationInfo op, Class<?> exClass)Methods in org.apache.cxf.wsdl.service.factory with parameters of type FaultInfo Modifier and Type Method Description protected voidReflectionServiceFactoryBean. createFaultForException(Class<?> exClass, FaultInfo fi)
-