Uses of Interface
org.opensaml.soap.soap11.Envelope
-
Packages that use Envelope Package Description org.opensaml.soap.client.http SOAP HTTP client functionality.org.opensaml.soap.messaging SOAP messaging support components.org.opensaml.soap.messaging.context Context classes in support of SOAP messaging. -
-
Uses of Envelope in org.opensaml.soap.client.http
Methods in org.opensaml.soap.client.http that return Envelope Modifier and Type Method Description protected EnvelopeHttpSOAPClient. unmarshallResponse(InputStream responseStream)Unmarshall the incoming response from a POST request.Methods in org.opensaml.soap.client.http with parameters of type Envelope Modifier and Type Method Description protected org.apache.http.client.methods.HttpPostHttpSOAPClient. createPostMethod(String endpoint, HttpSOAPRequestParameters requestParams, Envelope message)Create the post method used to send the SOAP request.protected org.apache.http.HttpEntityHttpSOAPClient. createRequestEntity(Envelope message, Charset charset)Create the request entity that makes up the POST message body. -
Uses of Envelope in org.opensaml.soap.messaging
Methods in org.opensaml.soap.messaging with parameters of type Envelope Modifier and Type Method Description static voidSOAPMessagingSupport. addSOAP11HeaderBlock(Envelope envelope, XMLObject headerBlock)Add a header to the SOAP 1.1 Envelope.static List<XMLObject>SOAPMessagingSupport. getSOAP11HeaderBlock(Envelope envelope, QName headerName, Set<String> targetNodes, boolean isFinalDestination)Get a header block from the SOAP 1.1 envelope. -
Uses of Envelope in org.opensaml.soap.messaging.context
Fields in org.opensaml.soap.messaging.context declared as Envelope Modifier and Type Field Description private EnvelopeSOAP11Context. envelopeThe SAML protocol in use.Methods in org.opensaml.soap.messaging.context that return Envelope Modifier and Type Method Description EnvelopeSOAP11Context. getEnvelope()Gets the current SOAP 1.1 Envelope.Methods in org.opensaml.soap.messaging.context with parameters of type Envelope Modifier and Type Method Description voidSOAP11Context. setEnvelope(Envelope newEnvelope)Sets the current SOAP 1.1 Envelope.
-