パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Body |
Envelope.getBody()
Gets the body of this envelope.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Envelope.setBody(Body newBody)
Sets the body of this envelope.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
BodyImpl
Concrete implemenation of
Body . |
修飾子とタイプ | メソッドと説明 |
---|---|
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)
Creates an XMLObject with a given fully qualified name.
|
Body |
EnvelopeImpl.getBody()
Gets the body of this envelope.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
EnvelopeImpl.setBody(Body newBody)
Sets the body of this envelope.
|
Copyright © 2012. All Rights Reserved.