org.apache.servicemix.nmr.api
Interface NMR


public interface NMR

The NMR interface is the primary interface to communicate with the Bus. It contains methods to access the registries and to create a client channel to communicate with the bus.

Since:
4.0
Version:
$Revision: $

Method Summary
 Channel createChannel()
          Create a channel to interact with the NMR without exposing an endpoint.
 EndpointRegistry getEndpointRegistry()
          Access the endpoint registry.
 FlowRegistry getFlowRegistry()
          Access the flow registry.
 ListenerRegistry getListenerRegistry()
          Access the listener registry.
 WireRegistry getWireRegistry()
          Access the wire registry
 

Method Detail

getEndpointRegistry

EndpointRegistry getEndpointRegistry()
Access the endpoint registry.

Returns:
the endpoint registry

getListenerRegistry

ListenerRegistry getListenerRegistry()
Access the listener registry.

Returns:
the listener registry

getFlowRegistry

FlowRegistry getFlowRegistry()
Access the flow registry.

Returns:
the flow registry

getWireRegistry

WireRegistry getWireRegistry()
Access the wire registry

Returns:
the wire registry

createChannel

Channel createChannel()
Create a channel to interact with the NMR without exposing an endpoint.

Returns:
a channel


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