|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActivationSpec | |
|---|---|
| org.apache.servicemix.client | A JBI client interface for interacting with a JBI container easily from client side applications. |
| 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 |
| Uses of ActivationSpec in org.apache.servicemix.client |
|---|
| Constructors in org.apache.servicemix.client with parameters of type ActivationSpec | |
|---|---|
DefaultServiceMixClient(JBIContainer container,
ActivationSpec activationSpec)
Provides the JBI container and the activation specification, which can be used to register this client at a specific endpoint so that default container routing rules can be configured via dependency injection and the client endpoint metadata can be configured to allow services to talk to this client. |
|
RemoteServiceMixClient(String uri,
ActivationSpec activationSpec)
Create a RemoteServiceMixClient |
|
ServiceMixClientFacade(JBIContainer container,
ActivationSpec activationSpec)
Provides the JBI container and the activation specification, which can be used to register this client at a specific endpoint so that default container routing rules can be configured via dependency injection and the client endpoint metadata can be configured to allow services to talk to this client. |
|
| Uses of ActivationSpec in org.apache.servicemix.jbi.container |
|---|
| Methods in org.apache.servicemix.jbi.container that return ActivationSpec | |
|---|---|
ActivationSpec[] |
SpringServiceUnitContainer.getActivationSpecs()
|
ActivationSpec[] |
SpringJBIContainer.getActivationSpecs()
|
| Methods in org.apache.servicemix.jbi.container with parameters of type ActivationSpec | |
|---|---|
javax.jbi.component.Component |
JBIContainer.activateComponent(ActivationSpec activationSpec)
Activates a new component |
ObjectName |
JBIContainer.activateComponent(javax.jbi.component.Component component,
ActivationSpec activationSpec)
Activate A POJO Component |
ObjectName |
JBIContainer.activateComponent(javax.jbi.component.Component component,
String description,
ActivationSpec activationSpec,
boolean pojo,
boolean binding,
boolean service,
String[] sharedLibraries)
|
ObjectName |
JBIContainer.activateComponent(File installationDir,
javax.jbi.component.Component component,
String description,
ComponentContextImpl context,
ActivationSpec activationSpec,
boolean pojo,
boolean binding,
boolean service,
String[] sharedLibraries)
|
protected javax.jbi.component.Component |
JBIContainer.createComponentAdaptor(javax.jbi.component.ComponentLifeCycle lifeCycle,
ActivationSpec activationSpec)
Factory method to create a new component adaptor from the given lifecycle |
protected javax.jbi.component.Component |
JBIContainer.createComponentAdaptor(MessageExchangeListener listener,
ActivationSpec activationSpec)
|
protected void |
JBIContainer.defaultComponentServiceAndEndpoint(PojoSupport component,
ActivationSpec activationSpec)
Allow the service and endpoint name to be configured from the registration, to reduce the amount of XML which is required to configure a ServiceMix component |
void |
SpringServiceUnitContainer.setActivationSpecs(ActivationSpec[] activationSpecs)
|
void |
SpringJBIContainer.setActivationSpecs(ActivationSpec[] activationSpecs)
|
| Uses of ActivationSpec in org.apache.servicemix.jbi.framework |
|---|
| Methods in org.apache.servicemix.jbi.framework that return ActivationSpec | |
|---|---|
ActivationSpec |
ComponentMBeanImpl.getActivationSpec()
|
ActivationSpec |
ComponentContextImpl.getActivationSpec()
|
| Methods in org.apache.servicemix.jbi.framework with parameters of type ActivationSpec | |
|---|---|
void |
ComponentContextImpl.activate(javax.jbi.component.Component comp,
ComponentEnvironment env,
ActivationSpec spec)
Activate the ComponentContext |
void |
Registry.deregisterSubscriptions(ComponentContextImpl context,
ActivationSpec as)
Deregister All subscriptions |
void |
ComponentContextImpl.deregisterSubscriptions(ComponentContextImpl context,
ActivationSpec as)
Deregister All subscriptions |
void |
Registry.registerSubscriptions(ComponentContextImpl context,
ActivationSpec as)
Register All subscriptions |
void |
ComponentContextImpl.registerSubscriptions(ComponentContextImpl context,
ActivationSpec as)
Register All subscriptions |
void |
ComponentMBeanImpl.setActivationSpec(ActivationSpec activationSpec)
Set the ActivationSpec |
| Uses of ActivationSpec in org.apache.servicemix.jbi.messaging |
|---|
| Methods in org.apache.servicemix.jbi.messaging that return ActivationSpec | |
|---|---|
ActivationSpec |
MessageExchangeImpl.getActivationSpec()
Returns the activation spec that was provided when the component was registered |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||