|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SOAPBody | |
|---|---|
| org.apache.axiom.soap | |
| org.apache.axiom.soap.impl.builder | |
| org.apache.axiom.ts.soap.body | |
| Uses of SOAPBody in org.apache.axiom.soap |
|---|
| Methods in org.apache.axiom.soap that return SOAPBody | |
|---|---|
SOAPBody |
SOAPFactory.createSOAPBody()
|
SOAPBody |
SOAPFactory.createSOAPBody(SOAPEnvelope envelope)
|
SOAPBody |
SOAPEnvelope.getBody()
Returns the SOAPBody object associated with this SOAPEnvelope
object. |
| Methods in org.apache.axiom.soap with parameters of type SOAPBody | |
|---|---|
SOAPFault |
SOAPFactory.createSOAPFault(SOAPBody parent)
|
SOAPFault |
SOAPFactory.createSOAPFault(SOAPBody parent,
Exception e)
|
| Uses of SOAPBody in org.apache.axiom.soap.impl.builder |
|---|
| Methods in org.apache.axiom.soap.impl.builder that return SOAPBody | |
|---|---|
SOAPBody |
SOAPFactoryEx.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
| Methods in org.apache.axiom.soap.impl.builder with parameters of type SOAPBody | |
|---|---|
SOAPFault |
SOAPFactoryEx.createSOAPFault(SOAPBody parent,
OMXMLParserWrapper builder)
|
| Uses of SOAPBody in org.apache.axiom.ts.soap.body |
|---|
| Methods in org.apache.axiom.ts.soap.body with parameters of type SOAPBody | |
|---|---|
protected void |
TestHasFaultWithParserNoFault.runTest(SOAPBody body)
|
protected void |
TestGetFirstElementNSWithParser.runTest(SOAPBody body)
|
protected void |
TestGetFirstElementLocalNameWithParser.runTest(SOAPBody body)
|
protected void |
TestGetFaultWithParserNoFault.runTest(SOAPBody body)
|
protected abstract void |
FirstElementNameWithParserTestCase.runTest(SOAPBody body)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||