public interface ManifestModel
extends org.switchyard.config.model.Model
| Modifier and Type | Field and Description |
|---|---|
static String |
MANIFEST
The "manifest" name.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerModel |
getContainer()
Gets the child container model.
|
RemoteModel |
getRemote()
Gets the child remote model.
|
org.switchyard.config.model.resource.ResourcesModel |
getResources()
Gets the child resources model.
|
ManifestModel |
setContainer(ContainerModel container)
Sets the child container model.
|
ManifestModel |
setRemote(RemoteModel remote)
Sets the child remote model.
|
ManifestModel |
setResources(org.switchyard.config.model.resource.ResourcesModel resources)
Sets the child resources model.
|
static final String MANIFEST
ContainerModel getContainer()
ManifestModel setContainer(ContainerModel container)
container - the child container modelorg.switchyard.config.model.resource.ResourcesModel getResources()
ManifestModel setResources(org.switchyard.config.model.resource.ResourcesModel resources)
resources - the child resources modelRemoteModel getRemote()
ManifestModel setRemote(RemoteModel remote)
remote - the child remote modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.