KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > soap > SOAPBody

javax.xml.soap
Interface SOAPBody

All Superinterfaces:
Element, Node, Node, SOAPElement
See Also:
Top Examples, Source Code, SOAPFault

public SOAPBodyElement addBodyElement(Name name)
                               throws SOAPException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SOAPBodyElement addDocument(Document document)
                            throws SOAPException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SOAPFault addFault()
                   throws SOAPException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SOAPFault addFault(Name faultCode,
                          String faultString)
                   throws SOAPException
See Also:
SOAPFault.setFaultString(java.lang.String), SOAPFault.setFaultCode(javax.xml.soap.Name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SOAPFault addFault(Name faultCode,
                          String faultString,
                          Locale locale)
                   throws SOAPException
See Also:
SOAPFault.setFaultString(java.lang.String), SOAPFault.setFaultCode(javax.xml.soap.Name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SOAPFault getFault()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean hasFault()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags