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/BPELImplementation.html | 410 +++++++++++++++++++++ 1 file changed, 410 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/BPELImplementation.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/BPELImplementation.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/BPELImplementation.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/BPELImplementation.html new file mode 100644 index 0000000000..65c6de6e13 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/BPELImplementation.html @@ -0,0 +1,410 @@ + + + + + + +BPELImplementation + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.bpel +
+Interface BPELImplementation

+
+
All Superinterfaces:
Base, ComponentType, Implementation
+
+
+
+
public interface BPELImplementation
extends Implementation
+ + +

+The model representing the BPEL implementation in an SCA assembly model. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ComponentTypegetComponentType() + +
+          Returns the componentType for this implementation.
+ ModelResolvergetModelResolver() + +
+          Returns the model resolver that can be used to resolve WSDLs and XSDs + referenced by the BPEL process.
+ javax.xml.namespace.QNamegetProcess() + +
+          Get the BPEL process Name
+ BPELProcessDefinitiongetProcessDefinition() + +
+          Get the BPEL process definition
+ voidsetComponentType(ComponentType componentType) + +
+          Sets the componentType for this implementation
+ voidsetModelResolver(ModelResolver modelResolver) + +
+          Sets the model resolver that can be used to resolve WSDLs and XSDs referenced + by the BPEL process.
+ voidsetProcess(javax.xml.namespace.QName processName) + +
+          Set the BPEL process Name
+ voidsetProcessDefinition(BPELProcessDefinition processDefinition) + +
+          Set the BPEL process definition
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.ComponentType
getConstrainingType, getProperties, getReferences, getServices, getURI, setConstrainingType, setURI
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
isUnresolved, setUnresolved
+  +

+ + + + + + + + +
+Method Detail
+ +

+getProcess

+
+javax.xml.namespace.QName getProcess()
+
+
Get the BPEL process Name +

+

+
+
+
+ +
Returns:
+
+
+
+ +

+setProcess

+
+void setProcess(javax.xml.namespace.QName processName)
+
+
Set the BPEL process Name +

+

+
+
+
+
Parameters:
processName - process QName
+
+
+
+ +

+getProcessDefinition

+
+BPELProcessDefinition getProcessDefinition()
+
+
Get the BPEL process definition +

+

+
+
+
+ +
Returns:
+
+
+
+ +

+setProcessDefinition

+
+void setProcessDefinition(BPELProcessDefinition processDefinition)
+
+
Set the BPEL process definition +

+

+
+
+
+
Parameters:
processDefinition -
+
+
+
+ +

+getComponentType

+
+ComponentType getComponentType()
+
+
Returns the componentType for this implementation. +

+

+
+
+
+ +
Returns:
+
+
+
+ +

+setComponentType

+
+void setComponentType(ComponentType componentType)
+
+
Sets the componentType for this implementation +

+

+
+
+
+
Parameters:
componentType - the component type to set
+
+
+
+ +

+getModelResolver

+
+ModelResolver getModelResolver()
+
+
Returns the model resolver that can be used to resolve WSDLs and XSDs + referenced by the BPEL process. +

+

+
+
+
+ +
Returns:
+
+
+
+ +

+setModelResolver

+
+void setModelResolver(ModelResolver modelResolver)
+
+
Sets the model resolver that can be used to resolve WSDLs and XSDs referenced + by the BPEL process. +

+

+
+
+
+
Parameters:
modelResolver -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3