| Package | Description |
|---|---|
| org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
| org.mule.api |
The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them
|
| org.mule.config.bootstrap |
| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
DefaultMuleContext.getArtifactType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.setArtifactType(ArtifactType artifactType) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
MuleContext.getArtifactType()
The
ArtifactType indicating if this configuration object is for an application or a domain. |
| Modifier and Type | Field and Description |
|---|---|
protected ArtifactType |
AbstractRegistryBootstrap.supportedArtifactType |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactType |
ArtifactType.createFromString(String artifactTypeAsString) |
static ArtifactType |
ArtifactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactType[] |
ArtifactType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRegistryBootstrap.setSupportedArtifactType(ArtifactType supportedArtifactType)
This attributes define which types or registry bootstrap entries will be
created depending on the entry applyToArtifactType parameter value.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.