| java.lang.Object org.apache.axis2.description.AxisService2WSDL11
generateService | public void generateService(OMFactory fac, OMElement defintions, boolean disableREST) throws Exception(Code) | | Generate the WSDL <service> element
Parameters: fac - the active OMFactory Parameters: defintions - the WSDL <definitions> element under which to put the service Parameters: disableREST - if false, generate REST binding, if true, don't throws: Exception - if there's a problem |
|
|