org.ow2.petals.component.framework.util
Class ExchangeUtil

java.lang.Object
  extended by org.ow2.petals.component.framework.util.ExchangeUtil

public final class ExchangeUtil
extends java.lang.Object

Contains utilities methods for Exchange operations.

Since:
4.0
Author:
nsalatge - EBMWebsourcing

Constructor Summary
ExchangeUtil()
          Constructor
 
Method Summary
static void copyExchangeProperties(org.ow2.petals.component.framework.api.message.Exchange source, org.ow2.petals.component.framework.api.message.Exchange target)
          Copies the properties of the exchange in another exchange.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExchangeUtil

public ExchangeUtil()
Constructor

Method Detail

copyExchangeProperties

public static final void copyExchangeProperties(org.ow2.petals.component.framework.api.message.Exchange source,
                                                org.ow2.petals.component.framework.api.message.Exchange target)
                                         throws javax.jbi.messaging.MessagingException,
                                                org.ow2.petals.component.framework.api.exception.PEtALSCDKException
Copies the properties of the exchange in another exchange.

Parameters:
source - the source exchange
target - the target exchange
Throws:
javax.jbi.messaging.MessagingException
org.ow2.petals.component.framework.api.exception.PEtALSCDKException


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