Uses of Interface
org.apache.servicemix.nmr.api.Endpoint

Packages that use Endpoint
org.apache.servicemix.nmr.api Defines the core NMR and its client side invocation API. 
org.apache.servicemix.nmr.api.internal Defines the internal API 
 

Uses of Endpoint in org.apache.servicemix.nmr.api
 

Methods in org.apache.servicemix.nmr.api that return types with arguments of type Endpoint
 java.util.List<Endpoint> EndpointRegistry.query(java.util.Map<java.lang.String,?> properties)
          Query the registry for a list of registered endpoints.
 

Methods in org.apache.servicemix.nmr.api with parameters of type Endpoint
 void EndpointRegistry.register(Endpoint endpoint, java.util.Map<java.lang.String,?> properties)
          Register the given endpoint in the registry.
 void EndpointRegistry.unregister(Endpoint endpoint, java.util.Map<java.lang.String,?> properties)
          Unregister a previously register enpoint.
 

Uses of Endpoint in org.apache.servicemix.nmr.api.internal
 

Subinterfaces of Endpoint in org.apache.servicemix.nmr.api.internal
 interface InternalEndpoint
          This interface represents a wrapper around an Endpoint which is to be used internally to access the Channel.
 

Methods in org.apache.servicemix.nmr.api.internal that return Endpoint
 Endpoint InternalEndpoint.getEndpoint()
          Retrieve the inner endpoint.
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.