org.mule.util
Class NotificationUtils

java.lang.Object
  extended by org.mule.util.NotificationUtils

public class NotificationUtils
extends Object

Contains useful methods for the generation of message processor identifiers used by the notification system


Method Summary
static void addMessageProcessorPathElements(List<MessageProcessor> processors, MessageProcessorPathElement parentElement)
           
static Map<MessageProcessor,String> buildPaths(MessageProcessorPathElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addMessageProcessorPathElements

public static void addMessageProcessorPathElements(List<MessageProcessor> processors,
                                                   MessageProcessorPathElement parentElement)

buildPaths

public static Map<MessageProcessor,String> buildPaths(MessageProcessorPathElement element)


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