Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Envelope |
HttpSOAPClient.unmarshallResponse(InputStream responseStream)
Unmarshalls the incoming response from a POST request.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Envelope |
SOAP11Encoder.buildSOAPEnvelope(MessageContext messageContext)
Builds the SOAP envelope and body skeleton to be encoded.
|
Modifier and Type | Class and Description |
---|---|
class |
EnvelopeImpl
Concrete implementation of
Envelope . |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static void |
SOAPHelper.addSOAP11HeaderBlock(Envelope envelope,
org.opensaml.xml.XMLObject headerBlock)
Add a header to the SOAP 1.1 Envelope.
|
static List<org.opensaml.xml.XMLObject> |
SOAPHelper.getSOAP11HeaderBlock(Envelope envelope,
QName headerName,
Set<String> targetNodes,
boolean isFinalDestination)
Get a header block from the SOAP 1.1 envelope.
|
Copyright © 2015. All rights reserved.