|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Envelope | |
---|---|
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. |
Uses of Envelope in org.opensaml.ws.soap.client.http |
---|
Methods in org.opensaml.ws.soap.client.http that return Envelope | |
---|---|
protected Envelope |
HttpSOAPClient.unmarshallResponse(InputStream responseStream)
Unmarshalls the incoming response from a POST request. |
Methods in org.opensaml.ws.soap.client.http with parameters of type Envelope | |
---|---|
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. |
Uses of Envelope in org.opensaml.ws.soap.soap11.encoder |
---|
Methods in org.opensaml.ws.soap.soap11.encoder that return Envelope | |
---|---|
protected Envelope |
SOAP11Encoder.buildSOAPEnvelope(MessageContext messageContext)
Builds the SOAP envelope and body skeleton to be encoded. |
Uses of Envelope in org.opensaml.ws.soap.soap11.impl |
---|
Classes in org.opensaml.ws.soap.soap11.impl that implement Envelope | |
---|---|
class |
EnvelopeImpl
Concrete implementation of Envelope . |
Methods in org.opensaml.ws.soap.soap11.impl that return 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)
|
Uses of Envelope in org.opensaml.ws.soap.util |
---|
Methods in org.opensaml.ws.soap.util with parameters of type Envelope | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |