com.ebmwebsourcing.easybpel.model.bpel.api.activity
Interface Invoke

All Superinterfaces:
Activity, BPELElement, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement
All Known Implementing Classes:
InvokeImpl

public interface Invoke
extends Activity

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 CatchAll getCatchAll()
           
 java.util.List<Catch> getCatchs()
           
 java.util.List<Correlation> getCorrelations()
           
 java.lang.String getInputVariable()
           
 javax.xml.namespace.QName getInterface()
           
 java.lang.String getOperation()
           
 java.lang.String getOutputVariable()
           
 java.lang.String getPartnerLink()
           
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
getName, getSources, getSuppressJoinFailure, getTargets, setName
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement
getTag, setTag
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Method Detail

getPartnerLink

java.lang.String getPartnerLink()

getInterface

javax.xml.namespace.QName getInterface()

getInputVariable

java.lang.String getInputVariable()

getOutputVariable

java.lang.String getOutputVariable()

getOperation

java.lang.String getOperation()

getCorrelations

java.util.List<Correlation> getCorrelations()

getCatchs

java.util.List<Catch> getCatchs()

getCatchAll

CatchAll getCatchAll()


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.