Class SOAPFactoryImpl

    • Field Detail

      • log

        protected static final Logger log
    • Constructor Detail

      • SOAPFactoryImpl

        public SOAPFactoryImpl()
    • Method Detail

      • createElement

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

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

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

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

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

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

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

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

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

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