org.mule.api.processor
Class MessageProcessors

java.lang.Object
  extended by org.mule.api.processor.MessageProcessors

public class MessageProcessors
extends Object

Some convenience methods for message processors.


Method Summary
static MessageProcessor lifecyleAwareMessageProcessorWrapper(MessageProcessor mp)
           
static MessageProcessorChain singletonChain(MessageProcessor mp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

singletonChain

public static MessageProcessorChain singletonChain(MessageProcessor mp)

lifecyleAwareMessageProcessorWrapper

public static MessageProcessor lifecyleAwareMessageProcessorWrapper(MessageProcessor mp)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.