org.ow2.orchestra.facade
Class Deployment
java.lang.Object
org.ow2.orchestra.facade.Deployment
- All Implemented Interfaces:
- Serializable
public class Deployment
- extends Object
- implements Serializable
bpel XML process source plus related WSDL XML sources and optional files.
bpel deployments can be build from a zip file with
#addZipEntries(java.util.zip.ZipInputStream)
or from resources with
#addWsdlResource(String)
and #setBpelResource(String)
.
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Deployment
public Deployment()
addWsdlDefinition
public void addWsdlDefinition(String namespace,
javax.wsdl.Definition wsdlDefinition)
- add a wsdl in wsdls map.
- Parameters:
inputSource
- wsdl to add
setBpelUrl
public void setBpelUrl(URL url)
- set the bpel based on an URL.
- Parameters:
url
- url to the bpel file
getBpel
public InputSource getBpel()
getWsdlDefinitions
public WsdlDefinitions getWsdlDefinitions()
getResourcesRepository
public ProcessResourcesRepository getResourcesRepository()
- Returns:
- the resources repository
Copyright © 2011 OW2 Consortium. All Rights Reserved.