Uses of Interface
org.opensaml.soap.soap11.Envelope
Packages that use Envelope
Package
Description
SOAP HTTP client functionality.
SOAP messaging support components.
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 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.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.