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