Uses of Interface
javax.xml.soap.SOAPFault
-
Packages that use SOAPFault Package Description javax.xml.soap Provides the API for creating and building SOAP messages.javax.xml.ws.soap This package defines APIs specific to the SOAP binding. -
-
Uses of SOAPFault in javax.xml.soap
Methods in javax.xml.soap that return SOAPFault Modifier and Type Method Description SOAPFaultSOAPBody. addFault()Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.SOAPFaultSOAPBody. addFault(QName faultCode, String faultString)Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.SOAPFaultSOAPBody. addFault(QName faultCode, String faultString, Locale locale)Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.SOAPFaultSOAPBody. addFault(Name faultCode, String faultString)Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.SOAPFaultSOAPBody. addFault(Name faultCode, String faultString, Locale locale)Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.abstract SOAPFaultSOAPFactory. createFault()Creates a new defaultSOAPFaultobjectabstract SOAPFaultSOAPFactory. createFault(String reasonText, QName faultCode)Creates a newSOAPFaultobject initialized with the givenreasonTextandfaultCodeSOAPFaultSOAPBody. getFault()Returns theSOAPFaultobject in thisSOAPBodyobject. -
Uses of SOAPFault in javax.xml.ws.soap
Methods in javax.xml.ws.soap that return SOAPFault Modifier and Type Method Description SOAPFaultSOAPFaultException. getFault()Gets the embeddedSOAPFaultinstance.Constructors in javax.xml.ws.soap with parameters of type SOAPFault Constructor Description SOAPFaultException(SOAPFault fault)Constructor for SOAPFaultException
-