All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zeroc.IceDiscovery.PluginFactory Maven / Gradle / Ivy

//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

package com.zeroc.IceDiscovery;

/**
 * Creates IceDiscovery plug-ins.
 **/
public class PluginFactory implements com.zeroc.Ice.PluginFactory
{
    @Override
    public com.zeroc.Ice.Plugin create(com.zeroc.Ice.Communicator communicator, String name, String[] args)
    {
        return new PluginI(communicator);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy