Package org.opensaml.soap.wstrust
Interface WSTrustObjectBuilder<WSTrustObjectType extends WSTrustObject>
- Type Parameters:
WSTrustObjectType- type of object
- All Superinterfaces:
XMLObjectBuilder<WSTrustObjectType>
public interface WSTrustObjectBuilder<WSTrustObjectType extends WSTrustObject>
extends XMLObjectBuilder<WSTrustObjectType>
WSTrustObjectBuilder.
-
Method Summary
Modifier and TypeMethodDescriptionBuilds a WS-Trust object of the given type.Methods inherited from interface org.opensaml.core.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject, buildObject
-
Method Details
-
buildObject
Builds a WS-Trust object of the given type.- Returns:
- the built object
-