Uses of Interface
org.apache.servicemix.jbi.resolver.EndpointFilter

Packages that use EndpointFilter
org.apache.servicemix.client A JBI client interface for interacting with a JBI container easily from client side applications. 
org.apache.servicemix.jbi.nmr The Normalized Message Router implementation. 
 

Uses of EndpointFilter in org.apache.servicemix.client
 

Methods in org.apache.servicemix.client that return EndpointFilter
 EndpointFilter ServiceMixClientFacade.getFilter()
           
 EndpointFilter DefaultServiceMixClient.getFilter()
           
 

Methods in org.apache.servicemix.client with parameters of type EndpointFilter
 void ServiceMixClientFacade.setFilter(EndpointFilter filter)
          Sets the filter used to exclude possible endpoints based on their capabilities
 void DefaultServiceMixClient.setFilter(EndpointFilter filter)
          Sets the filter used to exclude possible endpoints based on their capabilities
 

Uses of EndpointFilter in org.apache.servicemix.jbi.nmr
 

Methods in org.apache.servicemix.jbi.nmr that return EndpointFilter
protected  EndpointFilter DefaultBroker.createEndpointFilter(ComponentContextImpl context, MessageExchangeImpl exchange)
          Factory method to create an endpoint filter for the given component context and message exchange
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.