Class AxisService2WSDL11

    • Field Detail

      • serviceName

        protected String serviceName
    • Method Detail

      • setCheckIfEndPointActive

        public void setCheckIfEndPointActive​(boolean flag)
        Sets whether to make a check if endpoint is active before adding the endpoint to the WSDL. By default an endpoint is not added if a transport for the endpoint is not found.
        Parameters:
        flag - true=check if endpoint is active before adding endpoint. false=add endpoint independent of whether endpoint is active.
      • generateOM

        public OMElement generateOM()
                             throws Exception
        Build the OM structure of the WSDL document
        Returns:
        an OMElement containing a WSDL document
        Throws:
        Exception
      • generatePortType

        protected OMElement generatePortType​(OMFactory fac)
                                      throws Exception
        Builds the <portType> element in the passed WSDL definition. When this returns successfully, there will be a new child element under definitons for the portType.
        Parameters:
        fac - the active OMFactory
        defintions - the WSDL <definitions> element
        Returns:
        Throws:
        Exception - if there's a problem
      • generateService

        public OMElement generateService​(OMFactory fac,
                                         OMElement defintions,
                                         boolean disableREST,
                                         boolean disableSOAP12,
                                         boolean disableSOAP11)
                                  throws Exception
        Generate the WSDL <service> element
        Parameters:
        fac - the active OMFactory
        defintions - the WSDL <definitions> element under which to put the service
        disableREST - if false, generate REST binding, if true, don't
        disableSOAP12 - if false, generate SOAP 1.2 binding, if true, don't
        Returns:
        Throws:
        Exception - if there's a problem
      • getStyle

        public String getStyle()
      • setStyle

        public void setStyle​(String style)
      • getUse

        public String getUse()
      • setUse

        public void setUse​(String use)
      • isDisableREST

        protected boolean isDisableREST()
      • isDisableSOAP11

        protected boolean isDisableSOAP11()
      • isDisableSOAP12

        protected boolean isDisableSOAP12()
      • getPoliciesInDefinitions

        protected Map<String,​org.apache.neethi.Policy> getPoliciesInDefinitions()