Package eu.planets_project.tb.impl.services.util

Examples of eu.planets_project.tb.impl.services.util.PlanetsServiceExplorer


   
    /**
     * @param wsdl The WSDL to wrap as a service.
     */
    public MigrateWrapper( URL wsdl ) {
        this.pse = new PlanetsServiceExplorer(wsdl);
        this.init();
    }
View Full Code Here


   
    /**
     * @param wsdl The WSDL to wrap as a service.
     */
    public CreateViewWrapper( URL wsdl ) {
        this.pse = new PlanetsServiceExplorer(wsdl);
        this.init();
    }
View Full Code Here

   
    /**
     * @param wsdl The WSDL to wrap as a service.
     */
    public IdentifyWrapper( URL wsdl ) {
        this.pse = new PlanetsServiceExplorer(wsdl);
        this.init();
    }
View Full Code Here

   
    /**
     * @param wsdl The WSDL to wrap as a service.
     */
    public ComparePropertiesWrapper( URL wsdl ) {
        this.pse = new PlanetsServiceExplorer(wsdl);
        this.init();
    }
View Full Code Here

   
    /**
     * @param wsdl The WSDL to wrap as a service.
     */
    public CharacteriseWrapper( URL wsdl ) {
        this.pse = new PlanetsServiceExplorer(wsdl);
        this.init();
    }
View Full Code Here

   
    /**
     * @param wsdl The WSDL to wrap as a service.
     */
    public CompareWrapper( URL wsdl ) {
        this.pse = new PlanetsServiceExplorer(wsdl);
        this.init();
    }
View Full Code Here

TOP

Related Classes of eu.planets_project.tb.impl.services.util.PlanetsServiceExplorer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.