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