org.ow2.petals.jsr181
Class JBIContext

java.lang.Object
  extended by org.ow2.petals.jsr181.JBIContext

public class JBIContext
extends java.lang.Object

Author:
Christophe HAMERLING - EBM WebSourcing

Constructor Summary
JBIContext(org.ow2.petals.component.framework.api.message.Exchange exchange, PetalsMessageSender petalsMessageSender)
           
 
Method Summary
 org.ow2.petals.component.framework.api.message.Exchange getExchange()
           
 PetalsMessageSender getMessageSender()
           
 void setExchange(org.ow2.petals.component.framework.api.message.Exchange exchange)
           
 void setMessageSender(PetalsMessageSender petalsMessageSender)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBIContext

public JBIContext(org.ow2.petals.component.framework.api.message.Exchange exchange,
                  PetalsMessageSender petalsMessageSender)
Method Detail

getMessageSender

public PetalsMessageSender getMessageSender()
Returns:
the petalsMessageSender

setMessageSender

public void setMessageSender(PetalsMessageSender petalsMessageSender)
Parameters:
petalsMessageSender - the petalsMessageSender to set

getExchange

public org.ow2.petals.component.framework.api.message.Exchange getExchange()
Returns:
the exchange

setExchange

public void setExchange(org.ow2.petals.component.framework.api.message.Exchange exchange)
Parameters:
exchange - the exchange to set


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