| Package | Description |
|---|---|
| org.apache.axiom.soap |
| Modifier and Type | Method and Description |
|---|---|
SOAPBody |
SOAPFactory.createSOAPBody() |
SOAPBody |
SOAPFactory.createSOAPBody(SOAPEnvelope envelope) |
SOAPBody |
SOAPFactory.createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder) |
SOAPBody |
SOAPEnvelope.getBody()
Returns the
SOAPBody object associated with this SOAPEnvelope
object. |
| Modifier and Type | Method and Description |
|---|---|
SOAPFault |
SOAPFactory.createSOAPFault(SOAPBody parent) |
SOAPFault |
SOAPFactory.createSOAPFault(SOAPBody parent,
Exception e) |
SOAPFault |
SOAPFactory.createSOAPFault(SOAPBody parent,
OMXMLParserWrapper builder) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.