org.ow2.orchestra.facade.def
Interface ReplyActivityDefinition
- All Superinterfaces:
- ActivityDefinition, BpelActivityDefinition, DefinitionRecord, Record, Serializable
- All Known Implementing Classes:
- ReplyActivityDefinitionImpl
public interface ReplyActivityDefinition
- extends BpelActivityDefinition
- Author:
- Alfonso Fuca
getPartnerLink
String getPartnerLink()
- Returns:
- the partner link
getPortType
QName getPortType()
- Returns:
- the port type
getOperation
String getOperation()
- Returns:
- the operation
getMessageExchange
String getMessageExchange()
- Returns:
- the message exchange
getVariable
String getVariable()
- Returns:
- the variable name
getFaultName
QName getFaultName()
- Returns:
- the faultName
getCorrelationDefinitions
List<CorrelationDefinition> getCorrelationDefinitions()
- Returns:
- the list of correlation definitions
getToPartDefinitions
List<ToPartDefinition> getToPartDefinitions()
- Returns:
- the list of correlation definitions
Copyright © 2011 OW2 Consortium. All Rights Reserved.