public class ServiceAssemblyDescriptor extends Object
| Constructor and Description |
|---|
ServiceAssemblyDescriptor(Jbi jbi)
Constructs a ServiceAssemblyDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName()
Get the name of the Service Assembly
|
List<ServiceUnitInfo> |
getServiceUnits() |
public ServiceAssemblyDescriptor(Jbi jbi) throws IllegalArgumentException
jbi - - JAXB JBI descriptor handlean - IllegalArgumentException if the JbiType passed in not that
for a componentIllegalArgumentExceptionpublic String getName()
public String getDescription()
public List<ServiceUnitInfo> getServiceUnits()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.