Interface SOAPObjectBuilder<SOAPObjectType extends SOAPObject>

  • Type Parameters:
    SOAPObjectType - the type of SOAPObject being built
    All Superinterfaces:
    XMLObjectBuilder<SOAPObjectType>

    public interface SOAPObjectBuilder<SOAPObjectType extends SOAPObject>
    extends XMLObjectBuilder<SOAPObjectType>
    Builder for SOAPObjects.
    • Method Detail

      • buildObject

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