Uses of Interface
org.opensaml.soap.soap11.Envelope
Packages that use Envelope
Package
Description
SOAP HTTP client functionality.
SOAP 1.1 client message decoding support implementations.
SOAP 1.1 client message encoding support implementations.
SOAP messaging support components.
Context classes in support of SOAP messaging.
SOAP over HTTP 1.1 message encoder and handlers.
Provided implementations of the SOAP 1.1 XMLObject interfaces.
-
Uses of Envelope in org.opensaml.soap.client.http
Methods in org.opensaml.soap.client.http that return EnvelopeModifier and TypeMethodDescriptionprotected EnvelopeHttpSOAPClient.unmarshallResponse(InputStream responseStream) Deprecated.Unmarshall the incoming response from a POST request.Methods in org.opensaml.soap.client.http with parameters of type EnvelopeModifier and TypeMethodDescriptionprotected org.apache.hc.client5.http.classic.methods.HttpPostHttpSOAPClient.createPostMethod(String endpoint, HttpSOAPRequestParameters requestParams, Envelope message) Deprecated.Create the post method used to send the SOAP request.protected org.apache.hc.core5.http.HttpEntityHttpSOAPClient.createRequestEntity(Envelope message, Charset charset) Deprecated.Create the request entity that makes up the POST message body. -
Uses of Envelope in org.opensaml.soap.client.soap11.decoder.http.impl
Methods in org.opensaml.soap.client.soap11.decoder.http.impl with parameters of type Envelope -
Uses of Envelope in org.opensaml.soap.client.soap11.encoder.http.impl
Fields in org.opensaml.soap.client.soap11.encoder.http.impl with type parameters of type EnvelopeModifier and TypeFieldDescriptionprivate SOAPObjectBuilder<Envelope>HttpClientRequestSOAP11Encoder.envBuilderSOAP Envelope builder.Methods in org.opensaml.soap.client.soap11.encoder.http.impl that return EnvelopeModifier and TypeMethodDescriptionprotected EnvelopeHttpClientRequestSOAP11Encoder.getSOAPEnvelope()Retrieve the previously stored SOAP envelope from the message context.Methods in org.opensaml.soap.client.soap11.encoder.http.impl with parameters of type EnvelopeModifier and TypeMethodDescriptionprotected org.apache.hc.core5.http.HttpEntityHttpClientRequestSOAP11Encoder.createRequestEntity(Envelope message, Charset charset) Create the request entity that makes up the POST message body.protected voidHttpClientRequestSOAP11Encoder.storeSOAPEnvelope(Envelope envelope) Store the constructed SOAP envelope in the message context for later encoding. -
Uses of Envelope in org.opensaml.soap.messaging
Methods in org.opensaml.soap.messaging with parameters of type EnvelopeModifier and TypeMethodDescriptionstatic voidSOAPMessagingSupport.addSOAP11HeaderBlock(Envelope envelope, XMLObject headerBlock) Add a header to the SOAP 1.1 Envelope.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 EnvelopeModifier and TypeFieldDescriptionprivate EnvelopeSOAP11Context.envelopeThe SAML protocol in use.Methods in org.opensaml.soap.messaging.context that return EnvelopeModifier and TypeMethodDescriptionSOAP11Context.getEnvelope()Gets the current SOAP 1.1 Envelope.Methods in org.opensaml.soap.messaging.context with parameters of type EnvelopeModifier and TypeMethodDescriptionSOAP11Context.setEnvelope(Envelope newEnvelope) Sets the current SOAP 1.1 Envelope. -
Uses of Envelope in org.opensaml.soap.soap11.encoder.http.impl
Fields in org.opensaml.soap.soap11.encoder.http.impl with type parameters of type EnvelopeModifier and TypeFieldDescriptionprivate SOAPObjectBuilder<Envelope>HTTPSOAP11Encoder.envBuilderSOAP Envelope builder.Methods in org.opensaml.soap.soap11.encoder.http.impl that return EnvelopeModifier and TypeMethodDescriptionprotected EnvelopeHTTPSOAP11Encoder.getSOAPEnvelope()Retrieve the previously stored SOAP envelope from the message context.Methods in org.opensaml.soap.soap11.encoder.http.impl with parameters of type EnvelopeModifier and TypeMethodDescriptionprotected voidHTTPSOAP11Encoder.storeSOAPEnvelope(Envelope envelope) Store the constructed SOAP envelope in the message context for later encoding. -
Uses of Envelope in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement EnvelopeMethods in org.opensaml.soap.soap11.impl that return EnvelopeModifier and TypeMethodDescriptionEnvelopeBuilder.buildObject()Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Envelope" as the element local name.EnvelopeBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.