public class V2ManifestModel extends V1ManifestModel
MANIFEST| Constructor and Description |
|---|
V2ManifestModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Constructs a new V2ManifestModel with the specified Configuration and Descriptor.
|
V2ManifestModel(String namespace)
Constructs a new V2ManifestModel of the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteModel |
getRemote()
Gets the child remote model.
|
ManifestModel |
setRemote(RemoteModel remote)
Sets the child remote model.
|
getContainer, getResources, setContainer, setResourcesaddChildModel, assertModelValid, equals, getFirstChildModel, getFirstChildModelStartsWith, getModelAttribute, getModelAttribute, getModelAttributeAsQName, getModelAttributeAsQName, getModelChildren, getModelChildrenOrder, getModelConfiguration, getModelDescriptor, getModelParent, getModelRoot, getModelRootNamespace, getModelValue, getNamespaceURI, hashCode, hasParentModel, isModelValid, orderModelChildren, primeModelChildren, readModel, setChildModel, setModelAttribute, setModelAttribute, setModelAttributeAsQName, setModelAttributeAsQName, setModelChildrenOrder, setModelValue, toString, validateModel, write, writepublic V2ManifestModel(String namespace)
namespace - the namespacepublic V2ManifestModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the Configurationdesc - the Descriptorpublic RemoteModel getRemote()
getRemote in interface ManifestModelgetRemote in class V1ManifestModelpublic ManifestModel setRemote(RemoteModel remote)
setRemote in interface ManifestModelsetRemote in class V1ManifestModelremote - the child remote modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.