Uses of Interface javax.xml.soap.SOAPFault

Uses in package org.apache.axis.message

Classes implementing javax.xml.soap.SOAPFault

class
A Fault body element.

Methods with return type javax.xml.soap.SOAPFault

SOAPFault
Creates a new SOAPFault object and adds it to this SOAPBody object.
SOAPFault
SOAPBody.addFault(Name name, String s)
Creates a new SOAPFault object and adds it to this SOAPBody object.
SOAPFault
SOAPBody.addFault(Name name, String s, Locale locale)
Creates a new SOAPFault object and adds it to this SOAPBody object.
SOAPFault
Returns the SOAPFault object in this SOAPBody object.

Uses in package javax.xml.soap

Methods with return type javax.xml.soap.SOAPFault

SOAPFault
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
Returns the SOAPFault object in this SOAPBody object.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.