org.opensaml.ws.soap.soap11.impl
Class DetailBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<Detail>
org.opensaml.ws.soap.soap11.impl.DetailBuilder
- All Implemented Interfaces:
- SOAPObjectBuilder<Detail>, XMLObjectBuilder<Detail>
public class DetailBuilder
- extends AbstractXMLObjectBuilder<Detail>
- implements SOAPObjectBuilder<Detail>
Builder of DetailImpl
objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DetailBuilder
public DetailBuilder()
buildObject
public Detail buildObject()
- Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Detail" as the element local name.
- Specified by:
buildObject
in interface SOAPObjectBuilder<Detail>
- Returns:
- the build Envelope object
buildObject
public Detail buildObject(String namespaceURI,
String localName,
String namespacePrefix)
-
- Specified by:
buildObject
in interface XMLObjectBuilder<Detail>
- Specified by:
buildObject
in class AbstractXMLObjectBuilder<Detail>
Copyright © 1999-2013. All Rights Reserved.