Examples of HelperProxyFactory


Examples of uk.ac.soton.itinnovation.grid.client.proxy.HelperProxyFactory

            // EndpointReference's which help us communicate with
            // the services. The helper proxy factory adds some additional
            // useful methods
            System.out.println("Creating endpoint reference proxy to PES service");
            rawProxyFactory = new InvocationEngineProxyFactory(engine, cache);
            proxyFactory = new HelperProxyFactory(rawProxyFactory, pluginManager.getHelperRegistry());
            engine.setProxyFactory(proxyFactory);

            return proxyFactory;
        } catch (Exception ex) {
            throw new RuntimeException("Error creating the proxy factory. " + ex.getMessage(), ex);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.