setup() contains all code which gathers non-wsdlService specific information from the
wsdl.
After all the setup completes successfully, the setupComplete field is
set so that any subsequent calls to setup() will result in a no-op.
contains all code which gathers non-wsdlService specific information from the
wsdl.
After all the setup completes successfully, the setupComplete field is
set so that any subsequent calls to setup() will result in a no-op. Note
that subclass WSDL20ToAllAxisServicesBuilder will call populateService
for each endpoint in the WSDL. Separating the non-wsdlService specific
information here allows WSDL20ToAllAxisServicesBuilder to only do this
work 1 time per WSDL, instead of for each endpoint on each wsdlService.
throws: AxisFault -
Fields inherited from org.apache.axis2.description.WSDLToAxisServiceBuilder