4647484950515253
/** * @param wsdl The WSDL to wrap as a service. */ public MigrateWrapper( URL wsdl ) { this.pse = new PlanetsServiceExplorer(wsdl); this.init(); }
4849505152535455
/** * @param wsdl The WSDL to wrap as a service. */ public CreateViewWrapper( URL wsdl ) { this.pse = new PlanetsServiceExplorer(wsdl); this.init(); }
/** * @param wsdl The WSDL to wrap as a service. */ public IdentifyWrapper( URL wsdl ) { this.pse = new PlanetsServiceExplorer(wsdl); this.init(); }
4748495051525354
/** * @param wsdl The WSDL to wrap as a service. */ public ComparePropertiesWrapper( URL wsdl ) { this.pse = new PlanetsServiceExplorer(wsdl); this.init(); }
/** * @param wsdl The WSDL to wrap as a service. */ public CharacteriseWrapper( URL wsdl ) { this.pse = new PlanetsServiceExplorer(wsdl); this.init(); }
/** * @param wsdl The WSDL to wrap as a service. */ public CompareWrapper( URL wsdl ) { this.pse = new PlanetsServiceExplorer(wsdl); this.init(); }