Save This Page
Home » axis2-1.5-src » org.apache » axis2 » description » [javadoc | source]
org.apache.axis2.description
public class: AxisService2WSDL11 [javadoc | source]
java.lang.Object
   org.apache.axis2.description.AxisService2WSDL11

All Implemented Interfaces:
    Java2WSDLConstants

Constructor:
 public AxisService2WSDL11(AxisService service) throws Exception 
 public AxisService2WSDL11(AxisService service,
    String serviceName) throws Exception 
Method from org.apache.axis2.description.AxisService2WSDL11 Summary:
generateOM,   generateService,   getStyle,   getUse,   setStyle,   setUse
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axis2.description.AxisService2WSDL11 Detail:
 public OMElement generateOM() throws Exception 
    Build the OM structure of the WSDL document
 public  void generateService(OMFactory fac,
    OMElement defintions,
    boolean disableREST,
    boolean disableSOAP12,
    boolean disableSOAP11) throws Exception 
    Generate the WSDL <service> element
 public String getStyle() 
 public String getUse() 
 public  void setStyle(String style) 
 public  void setUse(String use)