Class SPTypeBuilder

  • All Implemented Interfaces:
    org.opensaml.core.xml.XMLObjectBuilder<SPType>, org.opensaml.saml.common.SAMLObjectBuilder<SPType>

    public class SPTypeBuilder
    extends org.opensaml.saml.common.AbstractSAMLObjectBuilder<SPType>
    • Constructor Summary

      Constructors 
      Constructor Description
      SPTypeBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SPType buildObject()  
      SPType buildObject​(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)  
      • Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder

        buildObject, buildObject, buildObject, buildObject
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.opensaml.core.xml.XMLObjectBuilder

        buildObject, buildObject, buildObject, buildObject
    • Constructor Detail

      • SPTypeBuilder

        public SPTypeBuilder()
    • Method Detail

      • buildObject

        @Nonnull
        public SPType buildObject()
        Specified by:
        buildObject in interface org.opensaml.saml.common.SAMLObjectBuilder<SPType>
        Specified by:
        buildObject in class org.opensaml.saml.common.AbstractSAMLObjectBuilder<SPType>
      • buildObject

        @Nonnull
        public SPType buildObject​(@Nullable
                                  java.lang.String namespaceURI,
                                  @Nonnull @NotEmpty
                                  java.lang.String localName,
                                  @Nullable
                                  java.lang.String namespacePrefix)
        Specified by:
        buildObject in interface org.opensaml.core.xml.XMLObjectBuilder<SPType>
        Specified by:
        buildObject in class org.opensaml.core.xml.AbstractXMLObjectBuilder<SPType>