org.ow2.orchestra.facade.def.impl
Class OnMessageDefinitionImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
All Implemented Interfaces:
Serializable, CopyAble<OnMessageDefinition>, OnMessageDefinition

public class OnMessageDefinitionImpl
extends Object
implements OnMessageDefinition

See Also:
Serialized Form

Constructor Summary
OnMessageDefinitionImpl(OnMessageDefinition onMessageDefinition)
           
 
Method Summary
 OnMessageDefinition copy()
           
 ActivityDefinitionUUID getActivityDefinitionUUID()
           
 List<CorrelationDefinition> getCorrelationDefinitionList()
           
 List<FromPartDefinition> getFromPartDefinitionList()
           
 String getMessageExchange()
           
 String getOperation()
           
 String getPartnerLink()
           
 QName getPortType()
           
 String getVariable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnMessageDefinitionImpl

public OnMessageDefinitionImpl(OnMessageDefinition onMessageDefinition)
Method Detail

getCorrelationDefinitionList

public List<CorrelationDefinition> getCorrelationDefinitionList()
Specified by:
getCorrelationDefinitionList in interface OnMessageDefinition
Returns:
the list of correlations

getFromPartDefinitionList

public List<FromPartDefinition> getFromPartDefinitionList()
Specified by:
getFromPartDefinitionList in interface OnMessageDefinition
Returns:
the list of from parts

getMessageExchange

public String getMessageExchange()
Specified by:
getMessageExchange in interface OnMessageDefinition
Returns:
the message exchange

getOperation

public String getOperation()
Specified by:
getOperation in interface OnMessageDefinition
Returns:
the operation

getPartnerLink

public String getPartnerLink()
Specified by:
getPartnerLink in interface OnMessageDefinition
Returns:
the partner link

getPortType

public QName getPortType()
Specified by:
getPortType in interface OnMessageDefinition
Returns:
the port type

getVariable

public String getVariable()
Specified by:
getVariable in interface OnMessageDefinition
Returns:
the variable

copy

public OnMessageDefinition copy()
Specified by:
copy in interface CopyAble<OnMessageDefinition>

getActivityDefinitionUUID

public ActivityDefinitionUUID getActivityDefinitionUUID()
Specified by:
getActivityDefinitionUUID in interface OnMessageDefinition
Returns:
the UUID of the activity enclosed in the onMessage element


Copyright © 2011 OW2 Consortium. All Rights Reserved.