org.ow2.orchestra.facade.def.impl
Class ReplyActivityDefinitionImpl
java.lang.Object
org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
- All Implemented Interfaces:
- java.io.Serializable, ActivityDefinition, BpelActivityDefinition, DefinitionRecord, ReplyActivityDefinition, Record
public class ReplyActivityDefinitionImpl
- extends BpelActivityDefinitionImpl
- implements ReplyActivityDefinition
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReplyActivityDefinitionImpl
public ReplyActivityDefinitionImpl(ReplyActivityDefinition replyActivityDefinition)
getType
public ActivityType getType()
- Description copied from interface:
ActivityDefinition
- Get the type of the activity definition. Types are defined in
ActivityType.class.
- Specified by:
getType
in interface ActivityDefinition
- Returns:
- the type of the activity (corresponding to ActivityType.class)
getMessageExchange
public java.lang.String getMessageExchange()
- Specified by:
getMessageExchange
in interface ReplyActivityDefinition
- Returns:
- the message exchange
getOperation
public java.lang.String getOperation()
- Specified by:
getOperation
in interface ReplyActivityDefinition
- Returns:
- the operation
getPartnerLink
public java.lang.String getPartnerLink()
- Specified by:
getPartnerLink
in interface ReplyActivityDefinition
- Returns:
- the partner link
getPortType
public javax.xml.namespace.QName getPortType()
- Specified by:
getPortType
in interface ReplyActivityDefinition
- Returns:
- the port type
getVariable
public java.lang.String getVariable()
- Specified by:
getVariable
in interface ReplyActivityDefinition
- Returns:
- the variable name
getCorrelationDefinitions
public java.util.List<CorrelationDefinition> getCorrelationDefinitions()
- Specified by:
getCorrelationDefinitions
in interface ReplyActivityDefinition
- Returns:
- the list of correlation definitions
getToPartDefinitions
public java.util.List<ToPartDefinition> getToPartDefinitions()
- Specified by:
getToPartDefinitions
in interface ReplyActivityDefinition
- Returns:
- the list of correlation definitions
getFaultName
public javax.xml.namespace.QName getFaultName()
- Specified by:
getFaultName
in interface ReplyActivityDefinition
- Returns:
- the faultName
Copyright © 2009 OW2 Consortium. All Rights Reserved.