Uses of Class
org.apache.servicemix.jbi.resolver.EndpointResolverSupport

Packages that use EndpointResolverSupport
org.apache.servicemix.jbi.resolver An extension point to allow plugable ServiceEndpoint resolution policies. 
 

Uses of EndpointResolverSupport in org.apache.servicemix.jbi.resolver
 

Subclasses of EndpointResolverSupport in org.apache.servicemix.jbi.resolver
 class ExternalInterfaceNameEndpointResolver
          Resolves the endpoint using the external interface name with a pluggable EndpointChooser selection policy if more than one endpoints are found.
 class ExternalServiceNameEndpointResolver
          Resolves the endpoint using the external service name with a pluggable EndpointChooser selection policy if more than one endpoints are found.
 class InterfaceNameEndpointResolver
          Resolves the endpoint using the interface name with a pluggable EndpointChooser selection policy if more than one endpoints are found.
 class ServiceAndEndpointNameResolver
          Resolves the endpoint using the service name and endpoint name to resolve the ServiceEndpoint
 class ServiceNameEndpointResolver
          Resolves the endpoint using the service name with a pluggable EndpointChooser selection policy if more than one endpoints are found.
 class URIResolver
           
 



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