public interface DeploymentContext
| Modifier and Type | Method and Description |
|---|---|
Reader |
getArtifactsJar(String aSUName)
Returns the jar file corresponding to the SU name.
|
String |
getDeploymentDescriptor()
Returns the deployment descriptor(jbi.xml) of the current Service Assembly(SA).
|
String |
getSAName()
Returns name of the Service Assembly(SA),
whose meta-data this context represents.
|
List |
getSUList()
Returns a list of SU names that are part of the
current Service Assembly(SA).
|
String |
getTargetComponentName(String aSUName)
Returns the name of the component that is the target
of the given Service Unit.
|
String getSAName() throws DeploymentException
DeploymentExceptionList getSUList()
String getTargetComponentName(String aSUName)
aSUName - name of the Service UnitReader getArtifactsJar(String aSUName)
aSUName - name of the Service UnitString getDeploymentDescriptor()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.