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