Class WSDL20SupplierTemplate

    • Constructor Detail

      • WSDL20SupplierTemplate

        public WSDL20SupplierTemplate()
    • Method Detail

      • init

        public final void init​(AxisService service)
      • generateOM

        public org.apache.axiom.om.OMElement generateOM()
                                                 throws Exception
        Description copied from class: AxisService2WSDL20
        Generates a WSDL 2.0 document for this web service
        Overrides:
        generateOM in class AxisService2WSDL20
        Returns:
        The WSDL2 document element
        Throws:
        Exception - - Thrown in case an exception occurs
      • customizeDocumentation

        protected org.apache.axiom.om.OMElement customizeDocumentation​(org.apache.axiom.om.OMElement documentation)
      • customizeTypes

        protected org.apache.axiom.om.OMElement customizeTypes​(org.apache.axiom.om.OMElement types)
      • customizeInterface

        protected org.apache.axiom.om.OMElement customizeInterface​(org.apache.axiom.om.OMElement portType)
      • customizeService

        protected final org.apache.axiom.om.OMElement customizeService​(org.apache.axiom.om.OMElement service)
      • customizeEndpoint

        protected org.apache.axiom.om.OMElement customizeEndpoint​(org.apache.axiom.om.OMElement port)
      • customizeBinding

        protected org.apache.axiom.om.OMElement customizeBinding​(org.apache.axiom.om.OMElement binding)
      • modifyEndpoint

        protected final org.apache.axiom.om.OMElement modifyEndpoint​(org.apache.axiom.om.OMElement endpoint)
        This method use by AxisService2WSDL11 and users should not touch this method.
        Overrides:
        modifyEndpoint in class AxisService2WSDL20
      • modifyBinding

        protected final org.apache.axiom.om.OMElement modifyBinding​(org.apache.axiom.om.OMElement binding)
        This method use by AxisService2WSDL11 and users should not touch this method.
        Overrides:
        modifyBinding in class AxisService2WSDL20