| Package | Description |
|---|---|
| org.apache.servicemix.common |
Base classes to write JBI standard Binding Components and Service Engines
|
| org.apache.servicemix.common.endpoints | |
| org.apache.servicemix.common.osgi | |
| org.apache.servicemix.common.wsdl1 | |
| org.apache.servicemix.common.xbean |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServiceUnit |
| Modifier and Type | Field and Description |
|---|---|
protected ServiceUnit |
DefaultComponent.serviceUnit |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,ServiceUnit> |
Registry.serviceUnits |
| Modifier and Type | Method and Description |
|---|---|
ServiceUnit |
Deployer.deploy(java.lang.String serviceUnitName,
java.lang.String serviceUnitRootPath)
Actually deploys the given service unit and build a ServiceUnit object
that contains endpoints.
|
protected ServiceUnit |
BaseServiceUnitManager.doDeploy(java.lang.String serviceUnitName,
java.lang.String serviceUnitRootPath) |
ServiceUnit |
DefaultComponent.getServiceUnit()
Returns the service unit, lazily creating one on demand
|
ServiceUnit |
Endpoint.getServiceUnit() |
ServiceUnit |
Registry.getServiceUnit(java.lang.String name) |
protected ServiceUnit |
BaseServiceUnitManager.getServiceUnit(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseServiceUnitManager.doUndeploy(ServiceUnit su) |
boolean |
Registry.isRegistered(ServiceUnit su) |
void |
Registry.registerServiceUnit(ServiceUnit su) |
void |
Endpoint.setServiceUnit(ServiceUnit serviceUnit) |
void |
AbstractDeployer.undeploy(ServiceUnit su) |
void |
Deployer.undeploy(ServiceUnit su)
Undeploys the given service unit.
|
void |
Registry.unregisterServiceUnit(ServiceUnit su) |
protected void |
AbstractDeployer.validate(ServiceUnit su) |
| Modifier and Type | Field and Description |
|---|---|
protected ServiceUnit |
AbstractEndpoint.serviceUnit |
| Modifier and Type | Method and Description |
|---|---|
ServiceUnit |
AbstractEndpoint.getServiceUnit()
Get the service unit associated to the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEndpoint.setServiceUnit(ServiceUnit serviceUnit)
Associates an endpoint with a service unit.
|
| Constructor and Description |
|---|
AbstractEndpoint(ServiceUnit serviceUnit,
javax.xml.namespace.QName service,
java.lang.String endpoint) |
ConsumerEndpoint(ServiceUnit serviceUnit,
javax.xml.namespace.QName service,
java.lang.String endpoint) |
PollingEndpoint(ServiceUnit serviceUnit,
javax.xml.namespace.QName service,
java.lang.String endpoint) |
ProviderEndpoint(ServiceUnit serviceUnit,
javax.xml.namespace.QName service,
java.lang.String endpoint) |
SimpleEndpoint(ServiceUnit serviceUnit,
javax.xml.namespace.QName service,
java.lang.String endpoint) |
| Modifier and Type | Class and Description |
|---|---|
static class |
EndpointTracker.OsgiServiceUnit |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceUnit |
AbstractWsdl1Deployer.createServiceUnit(java.lang.String name,
java.lang.String rootPath) |
ServiceUnit |
AbstractWsdl1Deployer.deploy(java.lang.String serviceUnitName,
java.lang.String serviceUnitRootPath) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractWsdl1Deployer.initFromWsdl(ServiceUnit su,
java.io.File wsdl) |
| Modifier and Type | Class and Description |
|---|---|
class |
XBeanServiceUnit |
| Modifier and Type | Method and Description |
|---|---|
ServiceUnit |
AbstractXBeanDeployer.deploy(java.lang.String serviceUnitName,
java.lang.String serviceUnitRootPath) |
Copyright © 2005-2014 FuseSource. All Rights Reserved.