Uses of Package
org.apache.servicemix.nmr.api

Packages that use org.apache.servicemix.nmr.api
org.apache.servicemix.nmr.api Defines the core NMR and its client side invocation API. 
org.apache.servicemix.nmr.api.event Defines the listeners that can be registered inside ServiceMix to be notified of events. 
org.apache.servicemix.nmr.api.internal Defines the internal API 
org.apache.servicemix.nmr.api.service Defines the ServiceRegistry 
 

Classes in org.apache.servicemix.nmr.api used by org.apache.servicemix.nmr.api
Channel
          Creates a channel to perform invocations through the NMR.
Endpoint
          Represents an endpoint to expose in the NMR.
EndpointRegistry
          The Registry is used to register endpoints, unregister them, query endpoints and create a Channel to interfact with them.
Exchange
          Represents a message exchange.
Message
          The Message represents the content of a request, a response or a fault.
NMR
          The NMR interface is the primary interface to communicate with the Bus.
Pattern
          Pattern of the exchange
Reference
          Represents an endpoint reference or a logical endpoint.
Role
          The role of the component processing this exchange.
ServiceMixException
          Base class for ServiceMix exception
Status
          `The status of the exchange can be Active, Done or Error.
Type
          The type of a message, which can be In, Out or Fault.
Wire
          Represents a wire to an endpoint.
WireRegistry
          This registry is used to register/unregister Wires.
 

Classes in org.apache.servicemix.nmr.api used by org.apache.servicemix.nmr.api.event
Exchange
          Represents a message exchange.
 

Classes in org.apache.servicemix.nmr.api used by org.apache.servicemix.nmr.api.internal
Channel
          Creates a channel to perform invocations through the NMR.
Endpoint
          Represents an endpoint to expose in the NMR.
EndpointRegistry
          The Registry is used to register endpoints, unregister them, query endpoints and create a Channel to interfact with them.
Exchange
          Represents a message exchange.
Reference
          Represents an endpoint reference or a logical endpoint.
Role
          The role of the component processing this exchange.
 

Classes in org.apache.servicemix.nmr.api used by org.apache.servicemix.nmr.api.service
Wire
          Represents a wire to an endpoint.
 



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