org.ow2.orchestra.facade.jmx
Class Deployment

java.lang.Object
  extended by org.ow2.orchestra.facade.jmx.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

Constructor Summary
Deployment()
           
 
Method Summary
 void addWsdlDefinition(java.lang.String namespace, javax.wsdl.Definition wsdlDefinition)
          add a wsdl in wsdls map.
 org.xml.sax.InputSource getBpel()
           
 java.net.URL getBpelURL()
           
 WsdlDefinitions getWsdlDefinitions()
           
 void setBpelUrl(java.net.URL url)
          set the bpel based on an URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deployment

public Deployment()
Method Detail

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.