Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLFault
-
Packages that use WSDLFault Package Description com.sun.xml.ws.api.model.wsdl -
-
Uses of WSDLFault in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLFault Modifier and Type Method Description WSDLFaultWSDLBoundFault. getFault()Gives the associated abstract fault from wsdl:portType/wsdl:operation/wsdl:fault.WSDLFaultWSDLOperation. getFault(QName faultDetailName)GivesWSDLFaultfor the given soap fault detail value.Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLFault Modifier and Type Method Description Iterable<? extends WSDLFault>WSDLOperation. getFaults()Gets theWSDLFaultcorresponding to wsdl:fault of this operation.
-