public class BodyBuilder
extends org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.soap.soap11.Body>
implements org.opensaml.soap.common.SOAPObjectBuilder<org.opensaml.soap.soap11.Body>
org.opensaml.ws.soap.soap11.impl.BodyImpl objects.| Constructor and Description |
|---|
BodyBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.soap.soap11.Body |
buildObject()
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Body" as the element local name.
|
org.opensaml.soap.soap11.Body |
buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
buildObject, buildObject, buildObject, buildObjectpublic org.opensaml.soap.soap11.Body buildObject()
buildObject in interface org.opensaml.soap.common.SOAPObjectBuilder<org.opensaml.soap.soap11.Body>public org.opensaml.soap.soap11.Body buildObject(String namespaceURI, String localName, String namespacePrefix)
buildObject in interface org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.soap.soap11.Body>buildObject in class org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.soap.soap11.Body>Copyright © 1999–2015. All rights reserved.