org.ow2.orchestra.facade.def
Interface ReplyActivityDefinition

All Superinterfaces:
ActivityDefinition, BpelActivityDefinition, DefinitionRecord, Record, java.io.Serializable

public interface ReplyActivityDefinition
extends BpelActivityDefinition

Author:
Alfonso Fuca

Method Summary
 java.util.List<CorrelationDefinition> getCorrelationDefinitions()
           
 javax.xml.namespace.QName getFaultName()
           
 java.lang.String getMessageExchange()
           
 java.lang.String getOperation()
           
 java.lang.String getPartnerLink()
           
 javax.xml.namespace.QName getPortType()
           
 java.util.List<ToPartDefinition> getToPartDefinitions()
           
 java.lang.String getVariable()
           
 
Methods inherited from interface org.ow2.orchestra.facade.def.BpelActivityDefinition
getSourceList, getTargetList, getTargetsJoinConditionBooleanExpression, getTargetsJoinConditionExpressionLanguage, isSuppressJoinFailure
 
Methods inherited from interface org.ow2.orchestra.facade.def.ActivityDefinition
getType, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Method Detail

getPartnerLink

java.lang.String getPartnerLink()
Returns:
the partner link

getPortType

javax.xml.namespace.QName getPortType()
Returns:
the port type

getOperation

java.lang.String getOperation()
Returns:
the operation

getMessageExchange

java.lang.String getMessageExchange()
Returns:
the message exchange

getVariable

java.lang.String getVariable()
Returns:
the variable name

getFaultName

javax.xml.namespace.QName getFaultName()
Returns:
the faultName

getCorrelationDefinitions

java.util.List<CorrelationDefinition> getCorrelationDefinitions()
Returns:
the list of correlation definitions

getToPartDefinitions

java.util.List<ToPartDefinition> getToPartDefinitions()
Returns:
the list of correlation definitions


Copyright © 2009 OW2 Consortium. All Rights Reserved.