Package org.opensaml.soap.wstrust
Interface WSTrustObjectBuilder<WSTrustObjectType extends WSTrustObject>
-
- Type Parameters:
WSTrustObjectType- type of object
- All Superinterfaces:
org.opensaml.core.xml.XMLObjectBuilder<WSTrustObjectType>
public interface WSTrustObjectBuilder<WSTrustObjectType extends WSTrustObject> extends org.opensaml.core.xml.XMLObjectBuilder<WSTrustObjectType>WSTrustObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WSTrustObjectTypebuildObject()Builds a WS-Trust object of the given type.
-
-
-
Method Detail
-
buildObject
WSTrustObjectType buildObject()
Builds a WS-Trust object of the given type.- Returns:
- the built object
-
-