public static class ServiceAssemblyDD.ServiceUnitDD extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceAssemblyDD.ServiceUnitDD(ServiceAssemblyDD.Identification idInfo,
String targetName,
String suZipName)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceAssemblyDD.ServiceUnitDD |
createServiceUnitDD(Element suEl)
creates su dd
|
static ServiceAssemblyDD.ServiceUnitDD |
createServiceUnitDD(ServiceAssemblyDD.Identification idInfo,
String targetName,
String suZipName)
create su dd.
|
String |
getArtifactZipName()
Getter for the SU zip name
|
String |
getDescription()
attribute
|
String |
getName()
attribute
|
String |
getTargetName()
attribute
|
String |
toString()
string value of the object
|
protected ServiceAssemblyDD.ServiceUnitDD(ServiceAssemblyDD.Identification idInfo, String targetName, String suZipName)
idInfo - id info.targetName - target name.public String getName()
public String getDescription()
public String getTargetName()
public String getArtifactZipName()
public String toString()
public static ServiceAssemblyDD.ServiceUnitDD createServiceUnitDD(ServiceAssemblyDD.Identification idInfo, String targetName, String suZipName)
idInfo - id info.targetName - target name.public static ServiceAssemblyDD.ServiceUnitDD createServiceUnitDD(Element suEl)
suEl - xml element.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.