| Package | Description |
|---|---|
| org.mule.runtime.core.config.bootstrap |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesBootstrapService
Provides a bootstrapping service from a given set of properties
|
| Modifier and Type | Field and Description |
|---|---|
protected BootstrapService |
AbstractBootstrapProperty.service |
| Modifier and Type | Method and Description |
|---|---|
BootstrapService |
AbstractBootstrapProperty.getService() |
| Modifier and Type | Method and Description |
|---|---|
List<BootstrapService> |
BootstrapServiceDiscoverer.discover()
Discovers all the services available on the execution context.
|
List<BootstrapService> |
PropertiesBootstrapServiceDiscoverer.discover() |
| Constructor and Description |
|---|
AbstractBootstrapProperty(BootstrapService service,
ArtifactType artifactType,
Boolean optional)
Creates a bootstrap property
|
ObjectBootstrapProperty(BootstrapService service,
ArtifactType artifactType,
Boolean optional,
String key,
String className)
Creates a generic bootstrap property
|
TransactionFactoryBootstrapProperty(BootstrapService service,
ArtifactType artifactType,
Boolean optional,
String transactionFactoryClassName,
String transactionResourceClassName)
Creates a transaction bootstrap property
|
TransformerBootstrapProperty(BootstrapService service,
ArtifactType artifactType,
boolean optional,
String name,
String className,
String returnClassName,
String mimeType)
Creates a bootstrap property
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.