Apache CXF API

Uses of Class
org.apache.cxf.wsdl.TBindingOperationFault

Packages that use TBindingOperationFault
org.apache.cxf.wsdl   
 

Uses of TBindingOperationFault in org.apache.cxf.wsdl
 

Fields in org.apache.cxf.wsdl with type parameters of type TBindingOperationFault
protected  List<TBindingOperationFault> TBindingOperation.fault
           
 

Methods in org.apache.cxf.wsdl that return TBindingOperationFault
 TBindingOperationFault ObjectFactory.createTBindingOperationFault()
          Create an instance of TBindingOperationFault
 

Methods in org.apache.cxf.wsdl that return types with arguments of type TBindingOperationFault
 List<TBindingOperationFault> TBindingOperation.getFault()
          Gets the value of the fault property.
 


Apache CXF API

Apache CXF