public class EndpointSelectorChain extends java.lang.Object implements EndpointSelector
Constructor and Description |
---|
EndpointSelectorChain() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Endpoint> |
select(java.util.List<Endpoint> candidates,
Exchange exchange)
Select endpoints for a given exchange from a set of candidates
|
void |
setChain(java.util.List<EndpointSelector> chain) |
public java.util.List<Endpoint> select(java.util.List<Endpoint> candidates, Exchange exchange) throws com.digev.fw.exception.GException
EndpointSelector
select
in interface EndpointSelector
candidates
- The candidate endpointsexchange
- The current exchangecom.digev.fw.exception.GException
public void setChain(java.util.List<EndpointSelector> chain)
Akana, Inc. Copyright (C) 2000-2015, All rights reserved
This software is the confidential and proprietary information of Akana, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Akana, Inc.