Package org.opensaml.soap.wsaddressing
Interface WSAddressingObjectBuilder<WSAddressingObjectType extends WSAddressingObject>
-
- Type Parameters:
WSAddressingObjectType- the type of object being built
- All Superinterfaces:
XMLObjectBuilder<WSAddressingObjectType>
public interface WSAddressingObjectBuilder<WSAddressingObjectType extends WSAddressingObject> extends XMLObjectBuilder<WSAddressingObjectType>
WSAddressingObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WSAddressingObjectTypebuildObject()Builds a WS-Addressing object.-
Methods inherited from interface org.opensaml.core.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
WSAddressingObjectType buildObject()
Builds a WS-Addressing object.- Returns:
- the built object
-
-