From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../implementation/bpel/xml/BPELImportElement.html | 338 +++++++++++++++++++++ 1 file changed, 338 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/xml/BPELImportElement.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/xml/BPELImportElement.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/xml/BPELImportElement.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/xml/BPELImportElement.html new file mode 100644 index 0000000000..9d7cac5eba --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/xml/BPELImportElement.html @@ -0,0 +1,338 @@ + + + + + + +BPELImportElement + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.bpel.xml +
+Class BPELImportElement

+
+java.lang.Object
+  extended by 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) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetImportType() + +
+           
+ java.lang.StringgetLocation() + +
+           
+ java.lang.StringgetNamespace() + +
+           
+ WSDLDefinitiongetWSDLDefinition() + +
+           
+ voidsetWSDLDefinition(WSDLDefinition theDefinition) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+BPELImportElement

+
+public BPELImportElement(java.lang.String location,
+                         java.lang.String importType,
+                         java.lang.String namespace)
+
+
+ + + + + + + + +
+Method Detail
+ +

+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()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3