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

Packages that use ComponentNameSpace
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.messaging JBI Normalized Message Service (NMS) implementation classes 
org.apache.servicemix.jbi.nmr.flow.seda   
org.apache.servicemix.jbi.servicedesc JBI Service Description API implementation classes 
 

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

Methods in org.apache.servicemix.jbi.container that return ComponentNameSpace
 ComponentNameSpace SubscriptionSpec.getName()
           
 

Methods in org.apache.servicemix.jbi.container with parameters of type ComponentNameSpace
 void JBIContainer.deregisterExternalEndpoint(ComponentNameSpace cns, javax.jbi.servicedesc.ServiceEndpoint externalEndpoint)
           
 void JBIContainer.registerExternalEndpoint(ComponentNameSpace cns, javax.jbi.servicedesc.ServiceEndpoint externalEndpoint)
           
 void SubscriptionSpec.setName(ComponentNameSpace name)
           
 

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

Methods in org.apache.servicemix.jbi.framework that return ComponentNameSpace
 ComponentNameSpace ComponentNameSpace.copy()
          copy this
 ComponentNameSpace ComponentMBeanImpl.getComponentNameSpace()
           
 ComponentNameSpace ComponentContextImpl.getComponentNameSpace()
          get the id of the ComponentConnector
 

Methods in org.apache.servicemix.jbi.framework with parameters of type ComponentNameSpace
 void Registry.deregisterExternalEndpoint(ComponentNameSpace cns, javax.jbi.servicedesc.ServiceEndpoint externalEndpoint)
           
 javax.jbi.servicedesc.ServiceEndpoint[] EndpointRegistry.getAllEndpointsForComponent(ComponentNameSpace cns)
           
 ComponentMBeanImpl Registry.getComponent(ComponentNameSpace cns)
          Get a Component
 ComponentMBeanImpl ComponentRegistry.getComponent(ComponentNameSpace id)
          Get a registered ComponentConnector from it's id
 javax.jbi.servicedesc.ServiceEndpoint[] Registry.getEndpointsForComponent(ComponentNameSpace cns)
           
 javax.jbi.servicedesc.ServiceEndpoint[] EndpointRegistry.getEndpointsForComponent(ComponentNameSpace cns)
           
 ComponentMBeanImpl Registry.registerComponent(ComponentNameSpace name, String description, javax.jbi.component.Component component, boolean binding, boolean service, String[] sharedLibs)
          REgister a local Component
 ComponentMBeanImpl ComponentRegistry.registerComponent(ComponentNameSpace name, String description, javax.jbi.component.Component component, boolean binding, boolean service, String[] sharedLibraries)
          Register a Component
 void Registry.registerExternalEndpoint(ComponentNameSpace cns, javax.jbi.servicedesc.ServiceEndpoint externalEndpoint)
           
 void EndpointRegistry.registerExternalEndpoint(ComponentNameSpace cns, javax.jbi.servicedesc.ServiceEndpoint externalEndpoint)
          Registers the given external endpoint with the NMR.
 void EndpointRegistry.unregisterExternalEndpoint(ComponentNameSpace cns, javax.jbi.servicedesc.ServiceEndpoint externalEndpoint)
          Deregisters the given external endpoint with the NMR.
 

Constructors in org.apache.servicemix.jbi.framework with parameters of type ComponentNameSpace
ComponentContextImpl(JBIContainer container, ComponentNameSpace componentName)
          Constructor
ComponentMBeanImpl(JBIContainer container, ComponentNameSpace name, String description, javax.jbi.component.Component component, boolean binding, boolean service, String[] sharedLibraries)
          Construct with it's id and delivery channel Id
 

Uses of ComponentNameSpace in org.apache.servicemix.jbi.messaging
 

Fields in org.apache.servicemix.jbi.messaging declared as ComponentNameSpace
protected  ComponentNameSpace ExchangePacket.destinationId
           
protected  ComponentNameSpace ExchangePacket.sourceId
           
 

Methods in org.apache.servicemix.jbi.messaging that return ComponentNameSpace
 ComponentNameSpace ExchangePacket.getDestinationId()
           
 ComponentNameSpace MessageExchangeImpl.getDestinationId()
           
 ComponentNameSpace ExchangePacket.getSourceId()
           
 ComponentNameSpace MessageExchangeImpl.getSourceId()
           
 

Methods in org.apache.servicemix.jbi.messaging with parameters of type ComponentNameSpace
 void ExchangePacket.setDestinationId(ComponentNameSpace destinationId)
           
 void MessageExchangeImpl.setDestinationId(ComponentNameSpace destinationId)
           
 void ExchangePacket.setSourceId(ComponentNameSpace sourceId)
           
 void MessageExchangeImpl.setSourceId(ComponentNameSpace sourceId)
           
 

Uses of ComponentNameSpace in org.apache.servicemix.jbi.nmr.flow.seda
 

Fields in org.apache.servicemix.jbi.nmr.flow.seda declared as ComponentNameSpace
protected  ComponentNameSpace SedaQueue.name
           
 

Fields in org.apache.servicemix.jbi.nmr.flow.seda with type parameters of type ComponentNameSpace
protected  Map<ComponentNameSpace,SedaQueue> SedaFlow.queueMap
           
 

Methods in org.apache.servicemix.jbi.nmr.flow.seda that return ComponentNameSpace
 ComponentNameSpace SedaQueue.getComponentNameSpace()
           
 

Methods in org.apache.servicemix.jbi.nmr.flow.seda with parameters of type ComponentNameSpace
protected  SedaQueue SedaFlow.createQueue(ComponentNameSpace cns)
           
 void SedaFlow.onComponentShutdown(ComponentNameSpace cns)
          Process state changes in Components
protected  void SedaFlow.registerQueue(ComponentNameSpace cns, SedaQueue queue)
           
 

Constructors in org.apache.servicemix.jbi.nmr.flow.seda with parameters of type ComponentNameSpace
SedaQueue(ComponentNameSpace name)
          SedaQueue name
 

Uses of ComponentNameSpace in org.apache.servicemix.jbi.servicedesc
 

Methods in org.apache.servicemix.jbi.servicedesc that return ComponentNameSpace
 ComponentNameSpace AbstractServiceEndpoint.getComponentNameSpace()
          get the id of the ComponentConnector
 

Methods in org.apache.servicemix.jbi.servicedesc with parameters of type ComponentNameSpace
 void AbstractServiceEndpoint.setComponentName(ComponentNameSpace componentName)
           
 

Constructors in org.apache.servicemix.jbi.servicedesc with parameters of type ComponentNameSpace
AbstractServiceEndpoint(ComponentNameSpace componentName)
           
DynamicEndpoint(ComponentNameSpace componentName, javax.jbi.servicedesc.ServiceEndpoint endpoint, DocumentFragment epr)
           
ExternalEndpoint(ComponentNameSpace cns, javax.jbi.servicedesc.ServiceEndpoint se)
           
InternalEndpoint(ComponentNameSpace componentName, String endpointName, QName serviceName)
          Constructor
 



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