2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.implementation.bpel.xml
Class BPELImportElement
java.lang.Object
org.apache.tuscany.sca.implementation.bpel.xml.BPELImportElement
public class BPELImportElement
- extends java.lang.Object
Represents an element in a BPEL process
- this has attributes:
location
importType
namespace
Constructor Summary |
BPELImportElement(java.lang.String location,
java.lang.String importType,
java.lang.String namespace)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BPELImportElement
public BPELImportElement(java.lang.String location,
java.lang.String importType,
java.lang.String namespace)
getImportType
public java.lang.String getImportType()
getLocation
public java.lang.String getLocation()
getNamespace
public java.lang.String getNamespace()
setWSDLDefinition
public void setWSDLDefinition(WSDLDefinition theDefinition)
getWSDLDefinition
public WSDLDefinition getWSDLDefinition()