Class SOAPFactoryImpl

  • Direct Known Subclasses:
    SOAPFactoryDynamicImpl

    public abstract class SOAPFactoryImpl
    extends jakarta.xml.soap.SOAPFactory
    • Constructor Detail

      • SOAPFactoryImpl

        protected SOAPFactoryImpl()
    • Method Detail

      • createElement

        public jakarta.xml.soap.SOAPElement createElement​(String tagName)
                                                   throws jakarta.xml.soap.SOAPException
        Specified by:
        createElement in class jakarta.xml.soap.SOAPFactory
        Throws:
        jakarta.xml.soap.SOAPException
      • createElement

        public jakarta.xml.soap.SOAPElement createElement​(jakarta.xml.soap.Name name)
                                                   throws jakarta.xml.soap.SOAPException
        Specified by:
        createElement in class jakarta.xml.soap.SOAPFactory
        Throws:
        jakarta.xml.soap.SOAPException
      • createElement

        public jakarta.xml.soap.SOAPElement createElement​(QName qname)
                                                   throws jakarta.xml.soap.SOAPException
        Overrides:
        createElement in class jakarta.xml.soap.SOAPFactory
        Throws:
        jakarta.xml.soap.SOAPException
      • createElement

        public jakarta.xml.soap.SOAPElement createElement​(String localName,
                                                          String prefix,
                                                          String uri)
                                                   throws jakarta.xml.soap.SOAPException
        Specified by:
        createElement in class jakarta.xml.soap.SOAPFactory
        Throws:
        jakarta.xml.soap.SOAPException
      • createName

        public jakarta.xml.soap.Name createName​(String localName,
                                                String prefix,
                                                String uri)
                                         throws jakarta.xml.soap.SOAPException
        Specified by:
        createName in class jakarta.xml.soap.SOAPFactory
        Throws:
        jakarta.xml.soap.SOAPException
      • createName

        public jakarta.xml.soap.Name createName​(String localName)
                                         throws jakarta.xml.soap.SOAPException
        Specified by:
        createName in class jakarta.xml.soap.SOAPFactory
        Throws:
        jakarta.xml.soap.SOAPException
      • createElement

        public jakarta.xml.soap.SOAPElement createElement​(Element domElement)
                                                   throws jakarta.xml.soap.SOAPException
        Overrides:
        createElement in class jakarta.xml.soap.SOAPFactory
        Throws:
        jakarta.xml.soap.SOAPException
      • createDetail

        public jakarta.xml.soap.Detail createDetail()
                                             throws jakarta.xml.soap.SOAPException
        Specified by:
        createDetail in class jakarta.xml.soap.SOAPFactory
        Throws:
        jakarta.xml.soap.SOAPException
      • createFault

        public jakarta.xml.soap.SOAPFault createFault​(String reasonText,
                                                      QName faultCode)
                                               throws jakarta.xml.soap.SOAPException
        Specified by:
        createFault in class jakarta.xml.soap.SOAPFactory
        Throws:
        jakarta.xml.soap.SOAPException
      • createFault

        public jakarta.xml.soap.SOAPFault createFault()
                                               throws jakarta.xml.soap.SOAPException
        Specified by:
        createFault in class jakarta.xml.soap.SOAPFactory
        Throws:
        jakarta.xml.soap.SOAPException