パッケージ | 説明 |
---|---|
org.opensaml.saml1.binding.encoding |
Classes used to encode SAML messages.
|
org.opensaml.saml2.binding.encoding |
Classes used to encode SAML 2 messages.
|
org.opensaml.ws.soap.client.http | |
org.opensaml.ws.soap.soap11.encoder | |
org.opensaml.ws.soap.soap11.impl |
Provided implementations of the SOAP 1.1 XMLObject interfaces.
|
org.opensaml.ws.soap.util |
General utility classes.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Envelope |
HTTPSOAP11Encoder.buildSOAPMessage(SAMLObject samlMessage)
Builds the SOAP message to be encoded.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Envelope |
HTTPSOAP11Encoder.buildSOAPMessage(SAMLObject samlMessage)
Builds the SOAP message to be encoded.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Envelope |
HttpSOAPClient.unmarshallResponse(InputStream responseStream)
Unmarshalls the incoming response from a POST request.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected org.apache.commons.httpclient.methods.PostMethod |
HttpSOAPClient.createPostMethod(String endpoint,
HttpSOAPRequestParameters requestParams,
Envelope message)
Creates the post method used to send the SOAP request.
|
protected org.apache.commons.httpclient.methods.RequestEntity |
HttpSOAPClient.createRequestEntity(Envelope message,
Charset charset)
Creates the request entity that makes up the POST message body.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Envelope |
SOAP11Encoder.buildSOAPEnvelope(MessageContext messageContext)
Builds the SOAP envelope and body skeleton to be encoded.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
EnvelopeImpl
Concrete implementation of
Envelope . |
修飾子とタイプ | メソッドと説明 |
---|---|
Envelope |
EnvelopeBuilder.buildObject()
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Envelope" as the element local name.
|
Envelope |
EnvelopeBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
SOAPHelper.addSOAP11HeaderBlock(Envelope envelope,
XMLObject headerBlock)
Add a header to the SOAP 1.1 Envelope.
|
static List<XMLObject> |
SOAPHelper.getSOAP11HeaderBlock(Envelope envelope,
QName headerName,
Set<String> targetNodes,
boolean isFinalDestination)
Get a header block from the SOAP 1.1 envelope.
|
Copyright © 2012. All Rights Reserved.