Package | Description |
---|---|
javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
org.jboss.ws.core.soap | |
org.jboss.ws.core.soap.utils |
Modifier and Type | Method and Description |
---|---|
SOAPBody |
SOAPEnvelope.addBody()
Creates a
SOAPBody object and sets it as the
SOAPBody object for this SOAPEnvelope
object. |
SOAPBody |
SOAPEnvelope.getBody()
Returns the
SOAPBody object associated with this
SOAPEnvelope object. |
SOAPBody |
SOAPMessage.getSOAPBody()
Gets the SOAP Body contained in this
SOAPMessage object. |
Modifier and Type | Class and Description |
---|---|
class |
SOAPBodyImpl
An object that represents the contents of the SOAP body element in a SOAP message.
|
Modifier and Type | Method and Description |
---|---|
SOAPBody |
SOAPEnvelopeImpl.addBody() |
SOAPBody |
SOAPEnvelopeImpl.getBody() |
SOAPBody |
SOAPMessageImpl.getSOAPBody() |
Modifier and Type | Method and Description |
---|---|
static SOAPBodyElement |
SOAPUtils.getFirstSOAPBodyElement(SOAPBody soapBody) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.