org.jboss.soa.esb.notification
Class NotifyUtil

java.lang.Object
  extended by org.jboss.soa.esb.notification.NotifyUtil

public class NotifyUtil
extends java.lang.Object


Constructor Summary
NotifyUtil()
           
 
Method Summary
static void notifyError(InotificationHandler p_oNH, DomElement p_oParent, java.lang.Object p_o, java.util.Map p_oCtx, java.lang.Exception p_e)
           
static void notifyOK(InotificationHandler p_oNH, DomElement p_oParent, java.io.Serializable p_o, java.util.Map p_oCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyUtil

public NotifyUtil()
Method Detail

notifyOK

public static void notifyOK(InotificationHandler p_oNH,
                            DomElement p_oParent,
                            java.io.Serializable p_o,
                            java.util.Map p_oCtx)

notifyError

public static void notifyError(InotificationHandler p_oNH,
                               DomElement p_oParent,
                               java.lang.Object p_o,
                               java.util.Map p_oCtx,
                               java.lang.Exception p_e)