Uses of Interface
javax.xml.soap.SOAPFault

Uses of SOAPFault in javax.xml.soap
 

Methods in javax.xml.soap that return SOAPFault
 SOAPFault SOAPBody.addFault()
          Creates a new SOAPFault object and adds it to this SOAPBody object.
 SOAPFault SOAPBody.addFault(Name faultCode, String faultString)
          Creates a new SOAPFault object and adds it to this SOAPBody object.
 SOAPFault SOAPBody.addFault(Name faultCode, String faultString, Locale locale)
          Creates a new SOAPFault object and adds it to this SOAPBody object.
 SOAPFault SOAPBody.getFault()
          Returns the SOAPFault object in this SOAPBody object.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.