Class AxisService2WSDL11

java.lang.Object
org.apache.axis2.description.AxisService2WSDL11
All Implemented Interfaces:
Java2WSDLConstants

public class AxisService2WSDL11 extends Object implements Java2WSDLConstants
  • Constructor Details

  • Method Details

    • generateOM

      public org.apache.axiom.om.OMElement generateOM() throws Exception
      Build the OM structure of the WSDL document
      Returns:
      an OMElement containing a WSDL document
      Throws:
      Exception
    • generateService

      public void generateService(org.apache.axiom.om.OMFactory fac, org.apache.axiom.om.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
      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)