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

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

public class OnEventDefinitionImpl
extends java.lang.Object
implements OnEventDefinition

See Also:
Serialized Form

Constructor Summary
OnEventDefinitionImpl(OnEventDefinition onEventDefinition)
           
 
Method Summary
 OnEventDefinition copy()
           
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnEventDefinitionImpl

public OnEventDefinitionImpl(OnEventDefinition onEventDefinition)
Method Detail

getCorrelationDefinitionList

public java.util.List<CorrelationDefinition> getCorrelationDefinitionList()
Specified by:
getCorrelationDefinitionList in interface OnEventDefinition
Returns:
the list of correlations

getFromPartDefinitionList

public java.util.List<FromPartDefinition> getFromPartDefinitionList()
Specified by:
getFromPartDefinitionList in interface OnEventDefinition
Returns:
the list of from parts

getMessageExchange

public java.lang.String getMessageExchange()
Specified by:
getMessageExchange in interface OnEventDefinition
Returns:
the message exchange

getOperation

public java.lang.String getOperation()
Specified by:
getOperation in interface OnEventDefinition
Returns:
the operation

getPartnerLink

public java.lang.String getPartnerLink()
Specified by:
getPartnerLink in interface OnEventDefinition
Returns:
the partner link

getPortType

public javax.xml.namespace.QName getPortType()
Specified by:
getPortType in interface OnEventDefinition
Returns:
the port type

getVariable

public java.lang.String getVariable()
Specified by:
getVariable in interface OnEventDefinition
Returns:
the variable

copy

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

getActivityDefinitionUUID

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


Copyright © 2009 OW2 Consortium. All Rights Reserved.