Package eu.planets_project.pp.plato.services.crib_integration.remoteclient

Examples of eu.planets_project.pp.plato.services.crib_integration.remoteclient.MetaconverterServiceLocator


   
    private static final Log log = PlatoLogger.getLogger(CRiBActionServiceLocator.class);
   
   
    public CRiBActionServiceLocator(){
        metaconverterServiceLocator = new MetaconverterServiceLocator();
    }
View Full Code Here


    private MetaconverterServiceLocator serviceRegistryServiceLocator;
    private Metaconverter_PortType serviceRegistryService;
    private String lastInfo;
   
    public CRiBRegistryServiceLocator(){
        serviceRegistryServiceLocator = new MetaconverterServiceLocator();
    }
View Full Code Here

TOP

Related Classes of eu.planets_project.pp.plato.services.crib_integration.remoteclient.MetaconverterServiceLocator

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.