com.ebmwebsourcing.jbi.adaptor.impl
Class WrappedMessage

java.lang.Object
  extended by com.ebmwebsourcing.jbi.adaptor.impl.WrappedMessage
All Implemented Interfaces:
org.ow2.petals.component.api.Message
Direct Known Subclasses:
WrappedFromBusToCompMessage, WrappedFromCompToBusMessage

public abstract class WrappedMessage
extends java.lang.Object
implements org.ow2.petals.component.api.Message


Field Summary
protected  javax.jbi.messaging.MessageExchange msgExchange
           
 
Constructor Summary
WrappedMessage(javax.jbi.messaging.MessageExchange msgExchange)
           
 
Method Summary
 java.lang.String getFlowStepEndpointName()
           
 java.lang.String getFlowStepId()
           
 java.lang.String getFlowStepInterfaceName()
           
 java.lang.String getFlowStepOperationName()
           
 java.lang.String getFlowStepServiceName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msgExchange

protected javax.jbi.messaging.MessageExchange msgExchange
Constructor Detail

WrappedMessage

public WrappedMessage(javax.jbi.messaging.MessageExchange msgExchange)
Method Detail

getFlowStepInterfaceName

public java.lang.String getFlowStepInterfaceName()
Specified by:
getFlowStepInterfaceName in interface org.ow2.petals.component.api.Message

getFlowStepServiceName

public java.lang.String getFlowStepServiceName()
Specified by:
getFlowStepServiceName in interface org.ow2.petals.component.api.Message

getFlowStepOperationName

public java.lang.String getFlowStepOperationName()
Specified by:
getFlowStepOperationName in interface org.ow2.petals.component.api.Message

getFlowStepEndpointName

public java.lang.String getFlowStepEndpointName()
Specified by:
getFlowStepEndpointName in interface org.ow2.petals.component.api.Message

getFlowStepId

public java.lang.String getFlowStepId()
Specified by:
getFlowStepId in interface org.ow2.petals.component.api.Message


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.