| Interface | Description |
|---|---|
| ClasspathProcessor |
Constructs a classpath based on the contents of a contribution.
|
| ClasspathProcessorRegistry |
A registry of classpath processors.
|
| Constants |
Definitions of constants.
|
| ContentTypeResolver |
Resolver for content type based on file extensions.
|
| ContributionProcessor |
Interface for services that process contributions.
|
| ContributionResolver |
Implementations resolve contribution artifacts in a domain.
|
| ContributionServiceListener |
Implementations receive callbacks for ContributionService events.
|
| ContributionWire<I extends Import,E extends Export> |
Represents a connection between a contribution import and a resolved contribution export.
|
| Export |
A contribution export.
|
| Import |
A contribution import.
|
| JavaArtifactIntrospector |
Introspects a Java class and determines if it is a contribution resource, e.g.
|
| JavaResourceProcessorExtension |
Processes annotations and other Java implementation metadata.
|
| MetaDataStore |
Implementations store contribution metadata.
|
| ProcessorRegistry |
Manages and dispatches to
ContributionProcessors and ResourceProcessors when introspecting a contribution. |
| ResourceProcessor |
Processes a contribution resource.
|
| Class | Description |
|---|---|
| Capability |
A runtime capability required or provided by the contribution.
|
| Contribution |
The base representation of a deployed contribution
|
| ContributionManifest |
A contribution manifest.
|
| JavaSymbol | |
| ProviderSymbol |
A key to a DSL provider class.
|
| Resource |
Represents a resource in a contribution such as a WSDL document or composite.
|
| ResourceElement<SYMBOL extends Symbol,VALUE> |
An addressable part of a Resource, such as a WSDL PortType, ComponentType, or Schema.
|
| Symbol<KEY> |
Encapsulates an addressable key for a symbol space.
|
| Enum | Description |
|---|---|
| ContributionState |
Defines the contribution lifecycle.
|
| ResourceState |
Represents the state a
Resource can be in during contribution processing. |