org.ow2.orchestra.facade.def
Interface OnMessageDefinition

All Superinterfaces:
CopyAble<OnMessageDefinition>, java.io.Serializable

public interface OnMessageDefinition
extends CopyAble<OnMessageDefinition>, java.io.Serializable


Method Summary
 ActivityDefinitionUUID getActivityDefinitionUUID()
           
 java.util.List<CorrelationDefinition> getCorrelationDefinitionList()
           
 java.util.List<FromPartDefinition> getFromPartDefinitionList()
           
 java.lang.String getMessageExchange()
           
 java.lang.String getOperation()
           
 java.lang.String getPartnerLink()
           
 javax.xml.namespace.QName getPortType()
           
 java.lang.String getVariable()
           
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

getPartnerLink

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

getOperation

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

getVariable

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

getMessageExchange

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

getPortType

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

getCorrelationDefinitionList

java.util.List<CorrelationDefinition> getCorrelationDefinitionList()
Returns:
the list of correlations

getFromPartDefinitionList

java.util.List<FromPartDefinition> getFromPartDefinitionList()
Returns:
the list of from parts

getActivityDefinitionUUID

ActivityDefinitionUUID getActivityDefinitionUUID()
Returns:
the UUID of the activity enclosed in the onMessage element


Copyright © 2009 OW2 Consortium. All Rights Reserved.