com.ebmwebsourcing.easybpel.model.bpel.api.activity
Interface Reply
- All Superinterfaces:
- Activity, BPELElement, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement
public interface Reply
- extends Activity
- Author:
- Nicolas Salatge - eBM WebSourcing
| Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement |
addOtherElements, getOtherElements |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
| Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator |
validate |
getPartnerLink
java.lang.String getPartnerLink()
setPartnerLink
void setPartnerLink(java.lang.String partnerlink)
getInterface
javax.xml.namespace.QName getInterface()
setInterface
void setInterface(javax.xml.namespace.QName itf)
getOperation
java.lang.String getOperation()
setOperation
void setOperation(java.lang.String operation)
getOutputVariable
java.lang.String getOutputVariable()
setOutputVariable
void setOutputVariable(java.lang.String outputVariable)
getCorrelations
java.util.List<Correlation> getCorrelations()
Copyright © 2011 Petals Link. All Rights Reserved.