Apache CXF API

Uses of Class
org.apache.cxf.service.model.FaultInfo

Packages that use FaultInfo
org.apache.cxf.binding.coloc   
org.apache.cxf.binding.corba.interceptors   
org.apache.cxf.endpoint.dynamic   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.javascript.service   
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
org.apache.cxf.service.factory   
org.apache.cxf.service.model   
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal   
 

Uses of FaultInfo in org.apache.cxf.binding.coloc
 

Method parameters in org.apache.cxf.binding.coloc with type arguments of type FaultInfo
static boolean ColocUtil.isSameFaultInfo(Collection<FaultInfo> fil1, Collection<FaultInfo> fil2)
           
static boolean ColocUtil.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
protected  FaultInfo CorbaStreamFaultInInterceptor.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
 void TypeClassInitializer.begin(FaultInfo fault)
           
 void TypeClassInitializer.end(FaultInfo fault)
           
 

Uses of FaultInfo in org.apache.cxf.interceptor
 

Methods in org.apache.cxf.interceptor that return FaultInfo
 FaultInfo FaultOutInterceptor.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
protected  Object FaultOutInterceptor.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
 void ServiceJavascriptBuilder.begin(FaultInfo fault)
           
 void ServiceJavascriptBuilder.end(FaultInfo fault)
           
 

Uses of FaultInfo in org.apache.cxf.service
 

Methods in org.apache.cxf.service with parameters of type FaultInfo
 void ServiceModelVisitor.begin(FaultInfo fault)
           
 void ServiceModelVisitor.end(FaultInfo fault)
           
 

Uses of FaultInfo in org.apache.cxf.service.factory
 

Methods in org.apache.cxf.service.factory that return FaultInfo
protected  FaultInfo ReflectionServiceFactoryBean.addFault(InterfaceInfo service, OperationInfo op, Class exClass)
           
 

Methods in org.apache.cxf.service.factory with parameters of type FaultInfo
protected  void ReflectionServiceFactoryBean.createFaultForException(Class<?> exClass, FaultInfo fi)
           
 

Uses of FaultInfo in org.apache.cxf.service.model
 

Methods in org.apache.cxf.service.model that return FaultInfo
 FaultInfo OperationInfo.addFault(QName name, QName message)
          Adds an fault to this operation.
 FaultInfo UnwrappedOperationInfo.addFault(QName name, QName message)
           
 FaultInfo OperationInfo.getFault(QName name)
          Returns the fault with the given name, if found.
 FaultInfo UnwrappedOperationInfo.getFault(QName name)
           
 FaultInfo BindingFaultInfo.getFaultInfo()
           
 

Methods in org.apache.cxf.service.model that return types with arguments of type FaultInfo
 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
 void OperationInfo.addFault(FaultInfo fault)
          Adds a fault to this operation.
 

Constructors in org.apache.cxf.service.model with parameters of type FaultInfo
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
 void FaultProcessor.process(JavaMethod method, Collection<FaultInfo> faults)
           
 


Apache CXF API

Apache CXF