Package org.openengsb.core.services.internal.virtual

Examples of org.openengsb.core.services.internal.virtual.ProxyConnector


    @Before
    public void setUp() {
        router = mock(OutgoingPortUtilService.class);
        registryImpl = new ProxyConnectorRegistryImpl();
        ProxyRegistration registration = registryImpl.create("foo");
        proxy = new ProxyConnector("foo", null, registration);
        proxy.setOutgoingPortUtilService(router);
        proxy.setPortId("id");
        proxy.setDestination("test");
        proxy.addMetadata("key", "value");
        registryImpl.registerConnector("foo", "jms-json", "tcp://localhost");
View Full Code Here

TOP

Related Classes of org.openengsb.core.services.internal.virtual.ProxyConnector

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.