Apache CXF API

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

Packages that use FaultInfo
org.apache.cxf.service.model   
 

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

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

Methods in org.apache.cxf.service.model that return types with arguments of type FaultInfo
 java.util.Collection<FaultInfo> UnwrappedOperationInfo.getFaults()
           
 java.util.Collection<FaultInfo> OperationInfo.getFaults()
          Returns all faults for this operation.
 

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)
           
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.