Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.xmlbeans.impl.soap.SOAPFault

Uses of SOAPFault in org.apache.xmlbeans.impl.soap
 

Methods in org.apache.xmlbeans.impl.soap that return SOAPFault
 SOAPFault SOAPBody.addFault()
          Creates a new SOAPFault object and adds it to this SOAPBody object.
 SOAPFault SOAPBody.getFault()
          Returns the SOAPFault object in this SOAPBody object.
 SOAPFault SOAPBody.addFault(Name faultCode, java.lang.String faultString, java.util.Locale locale)
          Creates a new SOAPFault object and adds it to this SOAPBody object.
 SOAPFault SOAPBody.addFault(Name faultCode, java.lang.String faultString)
          Creates a new SOAPFault object and adds it to this SOAPBody object.