See: Description
| Interface | Description |
|---|---|
| Deployer |
A deployer is responsible for handling one type of artifact deployment.
|
| Endpoint | |
| ExchangeProcessor | Deprecated |
| JbiConstants | |
| ServiceMixComponent |
Represents an extended JBI Component implementation which exposes some extra features.
|
| ServiceUnit |
This interface defines the lifecycle and needed
methods to a collection of endpoints grouped into
a service unit.
|
| Class | Description |
|---|---|
| AbstractDeployer |
Base classes for custom artifacts deployers.
|
| AsyncBaseLifeCycle |
Base class for life cycle management of components.
|
| BaseBootstrap | Deprecated |
| BaseComponent | Deprecated |
| BaseLifeCycle | Deprecated
use SyncLifeCycleWrapper instead
|
| BaseServiceUnitManager |
A simple service unit manager.
|
| BasicWorkManager | Deprecated
Components should use the executor on the ServiceMixComponent
for thread pools
|
| Container | |
| Container.Smx3Container | |
| Container.Smx4Container | |
| Container.UnknownContainer | |
| DefaultBootstrap | Deprecated
Due to JBI classloader mechanism, component should not
use this class directly, but copy it, or rely on the maven-jbi-plugin
to provide a default implementation.
|
| DefaultComponent |
A useful base class for writing new JBI components which includes the
ComponentLifeCycle interface methods so that
you can write a new component in a single class with minimal overloading. |
| DefaultServiceUnit | |
| EndpointComponentContext | |
| EndpointDeliveryChannel |
This class is a wrapper around an existing DeliveryChannel
that will be given to service engine endpoints so that
they are able to send messages and to interact with the
JBI container.
|
| EndpointSupport | |
| ExternalEndpoint | |
| ManagementSupport |
ManagementMessageHelper is a class that ease the building of management messages.
|
| ManagementSupport.Message | |
| PersistentConfiguration | Deprecated |
| Registry | |
| ResolvedEndpoint |
A default implementation of a resolved endpoint.
|
| SyncLifeCycleWrapper |
Wrap an AsyncBaseLifeCycle into a lifecycle implementing MessageExchangeListener.
|
| Enum | Description |
|---|---|
| Container.Type |
Copyright © 2005-2014 FuseSource. All Rights Reserved.