org.opensaml.ws.wstrust.impl
Class ReasonBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<WSTrustObjectType>
org.opensaml.ws.wstrust.impl.AbstractWSTrustObjectBuilder<Reason>
org.opensaml.ws.wstrust.impl.ReasonBuilder
- All Implemented Interfaces:
- WSTrustObjectBuilder<Reason>, XMLObjectBuilder<Reason>
public class ReasonBuilder
- extends AbstractWSTrustObjectBuilder<Reason>
Builder for the Reason element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReasonBuilder
public ReasonBuilder()
buildObject
public Reason buildObject()
- Builds a WS-Trust object of the given type.
- Specified by:
buildObject
in interface WSTrustObjectBuilder<Reason>
- Specified by:
buildObject
in class AbstractWSTrustObjectBuilder<Reason>
- Returns:
- the built object
buildObject
public Reason buildObject(String namespaceURI,
String localName,
String namespacePrefix)
-
- Specified by:
buildObject
in interface XMLObjectBuilder<Reason>
- Specified by:
buildObject
in class AbstractXMLObjectBuilder<Reason>
Copyright © 1999-2013. All Rights Reserved.