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
      SOAPObjectType buildObject()
      Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
      • Methods inherited from interface org.opensaml.core.xml.XMLObjectBuilder

        buildObject, buildObject, buildObject, buildObject, buildObject
    • Method Detail

      • buildObject

        SOAPObjectType buildObject()
        Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
        Returns:
        built SAMLObject