Uses of Interface
org.opensaml.soap.soap11.Body
Packages that use Body
Package
Description
SOAP 1.1 client message encoding support implementations.
XMLObject interfaces for SOAP 1.1 elements.
SOAP over HTTP 1.1 message encoder and handlers.
Provided implementations of the SOAP 1.1 XMLObject interfaces.
-
Uses of Body in org.opensaml.soap.client.soap11.encoder.http.impl
Fields in org.opensaml.soap.client.soap11.encoder.http.impl with type parameters of type BodyModifier and TypeFieldDescriptionprivate SOAPObjectBuilder<Body>HttpClientRequestSOAP11Encoder.bodyBuilderSOAP Body builder. -
Uses of Body in org.opensaml.soap.soap11
Methods in org.opensaml.soap.soap11 that return BodyMethods in org.opensaml.soap.soap11 with parameters of type Body -
Uses of Body in org.opensaml.soap.soap11.encoder.http.impl
Fields in org.opensaml.soap.soap11.encoder.http.impl with type parameters of type BodyModifier and TypeFieldDescriptionprivate SOAPObjectBuilder<Body>HTTPSOAP11Encoder.bodyBuilderSOAP Body builder. -
Uses of Body in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement BodyFields in org.opensaml.soap.soap11.impl declared as BodyMethods in org.opensaml.soap.soap11.impl that return BodyModifier and TypeMethodDescriptionBodyBuilder.buildObject()Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Body" as the element local name.BodyBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.EnvelopeImpl.getBody()Gets the body of this envelope.Methods in org.opensaml.soap.soap11.impl with parameters of type Body