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