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

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

public class NormalizedMessageUtil
extends java.lang.Object

Utilities for normalized message manipulation.

Author:
Adrien LOUIS - EBMWebSourcing, chamerling - EBMWebSourcing

Constructor Summary
NormalizedMessageUtil()
           
 
Method Summary
static void copyAttachments(javax.jbi.messaging.NormalizedMessage from, javax.jbi.messaging.NormalizedMessage to)
          Copy the attachments from source to destination
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalizedMessageUtil

public NormalizedMessageUtil()
Method Detail

copyAttachments

public static void copyAttachments(javax.jbi.messaging.NormalizedMessage from,
                                   javax.jbi.messaging.NormalizedMessage to)
                            throws javax.jbi.messaging.MessagingException
Copy the attachments from source to destination

Parameters:
from -
to -
Throws:
javax.jbi.messaging.MessagingException


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