public class ServiceAssembly extends Object
| Constructor and Description |
|---|
ServiceAssembly(URL saURL,
StringTranslator translator,
Logger logger)
Creates a new instance of ServiceAssembly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
done()
The Service Assembly is no longer needed, do any cleanup here.
|
InputStream |
getJbiXml() |
ZipFile |
getZipFile() |
URL |
getZipURL()
Get the Zip URL.
|
public ServiceAssembly(URL saURL, StringTranslator translator, Logger logger) throws IOException, DeploymentException
saURL - is the URL for the ServiceAssembly.translator - is the StringTranslator.logger - is the DeploymentService Logger.IOException - on IO related errors.DeploymentException - if the ZipFile cannot be read.public ZipFile getZipFile()
public URL getZipURL()
public InputStream getJbiXml() throws DeploymentException, IOException
DeploymentException - if the jbi.xml deployment descriptor is not found
in the Service Assembly.IOException - on IO errorspublic void done()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.