Package | Description |
---|---|
org.opensaml.soap.client.http |
SOAP HTTP client functionality.
|
org.opensaml.soap.messaging.context |
Context classes in support of SOAP messaging.
|
org.opensaml.soap.util |
General SOAP utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected Envelope |
HttpSOAPClient.unmarshallResponse(InputStream responseStream)
Unmarshall the incoming response from a POST request.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.methods.HttpPost |
HttpSOAPClient.createPostMethod(String endpoint,
HttpSOAPRequestParameters requestParams,
Envelope message)
Create the post method used to send the SOAP request.
|
protected org.apache.http.HttpEntity |
HttpSOAPClient.createRequestEntity(Envelope message,
Charset charset)
Create the request entity that makes up the POST message body.
|
Modifier and Type | Method and Description |
---|---|
Envelope |
SOAP11Context.getEnvelope()
Gets the current SOAP 1.1 Envelope.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAP11Context.setEnvelope(Envelope newEnvelope)
Sets the current SOAP 1.1 Envelope.
|
Modifier and Type | Method and Description |
---|---|
static void |
SOAPSupport.addSOAP11HeaderBlock(Envelope envelope,
XMLObject headerBlock)
Add a header to the SOAP 1.1 Envelope.
|
static List<XMLObject> |
SOAPSupport.getSOAP11HeaderBlock(Envelope envelope,
QName headerName,
Set<String> targetNodes,
boolean isFinalDestination)
Get a header block from the SOAP 1.1 envelope.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.