Package org.talend.esb.servicelocator.cxf.internal

Examples of org.talend.esb.servicelocator.cxf.internal.DefaultSelectionStrategy


  @Before
  public void setUp() {
    randomStrategy = new RandomSelectionStrategy();
    evenDistributionStrategy = new EvenDistributionSelectionStrategy();
    defaultStrategy = new DefaultSelectionStrategy();
    locatorMock = createNiceMock(ServiceLocator.class);
    randomStrategy.setServiceLocator(locatorMock);
    evenDistributionStrategy.setServiceLocator(locatorMock);
    defaultStrategy.setServiceLocator(locatorMock);
View Full Code Here

TOP

Related Classes of org.talend.esb.servicelocator.cxf.internal.DefaultSelectionStrategy

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.