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