org.ow2.orchestra.facade
Class Deployment
java.lang.Object
org.ow2.orchestra.facade.Deployment
- All Implemented Interfaces:
- java.io.Serializable
public class Deployment
- extends java.lang.Object
- implements java.io.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(java.lang.String namespace,
javax.wsdl.Definition wsdlDefinition)
- add a wsdl in wsdls map.
- Parameters:
inputSource
- wsdl to add
setBpelUrl
public void setBpelUrl(java.net.URL url)
- set the bpel based on an URL.
- Parameters:
url
- url to the bpel file
getBpelURL
public java.net.URL getBpelURL()
getBpel
public org.xml.sax.InputSource getBpel()
getWsdlDefinitions
public WsdlDefinitions getWsdlDefinitions()
Copyright © 2009 OW2 Consortium. All Rights Reserved.