public class ReasonBuilder extends AbstractWSTrustObjectBuilder<Reason>
| Constructor and Description |
|---|
ReasonBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Reason |
buildObject()
Builds a WS-Trust object of the given type.
|
Reason |
buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
buildObject, buildObject, buildObject, buildObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildObject, buildObject, buildObject, buildObjectpublic Reason buildObject()
buildObject in interface WSTrustObjectBuilder<Reason>buildObject in class AbstractWSTrustObjectBuilder<Reason>public Reason buildObject(String namespaceURI, String localName, String namespacePrefix)
buildObject in interface XMLObjectBuilder<Reason>buildObject in class AbstractXMLObjectBuilder<Reason>namespaceURI - the URI of the namespace the Element represented by this XMLObject will be inlocalName - the local name of the Element represented by this XMLObjectnamespacePrefix - the namespace prefix of the Element represented by this XMLObjectCopyright © 2018 JBoss by Red Hat. All rights reserved.