Package | Description |
---|---|
org.opensaml.ws.soap.soap11 |
XMLObject interfaces for SOAP 1.1 elements.
|
org.opensaml.ws.soap.soap11.impl |
Provided implementations of the SOAP 1.1 XMLObject interfaces.
|
Modifier and Type | Method and Description |
---|---|
Body |
Envelope.getBody()
Gets the body of this envelope.
|
Modifier and Type | Method and Description |
---|---|
void |
Envelope.setBody(Body newBody)
Sets the body of this envelope.
|
Modifier and Type | Class and Description |
---|---|
class |
BodyImpl
Concrete implemenation of
Body . |
Modifier and Type | Method and Description |
---|---|
Body |
BodyBuilder.buildObject()
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Body" as the element local name.
|
Body |
BodyBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Body |
EnvelopeImpl.getBody()
Gets the body of this envelope.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvelopeImpl.setBody(Body newBody)
Sets the body of this envelope.
|
Copyright © 1999-2013. All Rights Reserved.