Uses of Class
org.apache.servicemix.jbi.framework.Registry

Packages that use Registry
org.apache.servicemix.jbi.container The JBI Container implementation and supporting classes 
org.apache.servicemix.jbi.framework Component Framwork - internal representations of Components and registries for end points, service units etc Provides standard Installation and Deployment services 
org.apache.servicemix.jbi.framework.support   
org.apache.servicemix.jbi.nmr The Normalized Message Router implementation. 
 

Uses of Registry in org.apache.servicemix.jbi.container
 

Fields in org.apache.servicemix.jbi.container declared as Registry
protected  Registry JBIContainer.registry
           
 

Methods in org.apache.servicemix.jbi.container that return Registry
 Registry JBIContainer.getRegistry()
           
 

Methods in org.apache.servicemix.jbi.container with parameters of type Registry
 boolean SubscriptionSpec.matches(Registry registry, MessageExchangeImpl exchange)
          Returns true if this subscription matches the given message exchange
 

Uses of Registry in org.apache.servicemix.jbi.framework
 

Constructors in org.apache.servicemix.jbi.framework with parameters of type Registry
ComponentRegistry(Registry reg)
           
Endpoint(AbstractServiceEndpoint endpoint, Registry registry)
           
EndpointRegistry(Registry registry)
          Constructor
ServiceAssemblyLifeCycle(ServiceAssembly sa, ServiceAssemblyEnvironment env, Registry registry)
          Construct a LifeCycle
ServiceAssemblyRegistry(Registry registry)
          Constructor
ServiceUnitLifeCycle(ServiceUnit serviceUnit, String serviceAssembly, Registry registry, File rootDir)
           
SubscriptionRegistry(Registry registry)
           
 

Uses of Registry in org.apache.servicemix.jbi.framework.support
 

Methods in org.apache.servicemix.jbi.framework.support with parameters of type Registry
 void WSDL1Processor.init(Registry reg)
           
 void SUDescriptorProcessor.init(Registry reg)
           
 void EndpointProcessor.init(Registry registry)
          Initialize the processor
 void WSDL2Processor.init(Registry reg)
           
 

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

Methods in org.apache.servicemix.jbi.nmr that return Registry
 Registry DefaultBroker.getRegistry()
          Get the Registry
 

Methods in org.apache.servicemix.jbi.nmr with parameters of type Registry
 void SubscriptionManager.init(Broker broker, Registry reg)
          Initialize the SubscriptionManager
 



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