Package org.opensaml.soap.common
Interface SOAPObjectBuilder<SOAPObjectType extends SOAPObject>
-
- Type Parameters:
SOAPObjectType- the type of SOAPObject being built
- All Superinterfaces:
org.opensaml.core.xml.XMLObjectBuilder<SOAPObjectType>
public interface SOAPObjectBuilder<SOAPObjectType extends SOAPObject> extends org.opensaml.core.xml.XMLObjectBuilder<SOAPObjectType>Builder for SOAPObjects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SOAPObjectTypebuildObject()Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
-
-
-
Method Detail
-
buildObject
SOAPObjectType buildObject()
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.- Returns:
- built SAMLObject
-
-