com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick
Interface OnMessage
- All Superinterfaces:
- BPELElement, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement
public interface OnMessage
- extends BPELElement
- 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 partner)
getInterface
javax.xml.namespace.QName getInterface()
setInterface
void setInterface(javax.xml.namespace.QName itf)
getInputVariable
java.lang.String getInputVariable()
setInputVariable
void setInputVariable(java.lang.String var)
getOperation
java.lang.String getOperation()
setOperation
void setOperation(java.lang.String operation)
getMessageExchange
java.lang.String getMessageExchange()
setMessageExchange
void setMessageExchange(java.lang.String me)
getActivity
Activity getActivity()
setActivity
void setActivity(Activity a)
throws BPELException
- Throws:
BPELException
getCorrelations
java.util.List<Correlation> getCorrelations()
Copyright © 2011 Petals Link. All Rights Reserved.