org.jboss.soa.esb.actions
Class Notifier

java.lang.Object
  extended by org.jboss.soa.esb.actions.Notifier

public class Notifier
extends java.lang.Object

Stand alone action class that replaces the NotificationHandler EJB (beta 1)

Since:
Version 4.0
Author:
schifest@heuristica.com.ar

Field Summary
protected  ConfigTree _config
           
protected static org.apache.log4j.Logger _logger
           
protected  ConfigTree[] _notifyError
           
protected  ConfigTree[] _notifyOK
           
 
Constructor Summary
Notifier(ConfigTree config)
           
 
Method Summary
 java.lang.String messageAsString(Message message)
           
 void notifyError(Message message)
           
 void notifyOK(Message message)
           
 Message process(Message message)
          This is equivalent to a No Operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_config

protected ConfigTree _config

_notifyOK

protected ConfigTree[] _notifyOK

_notifyError

protected ConfigTree[] _notifyError

_logger

protected static org.apache.log4j.Logger _logger
Constructor Detail

Notifier

public Notifier(ConfigTree config)
Method Detail

process

public Message process(Message message)
This is equivalent to a No Operation

Parameters:
message -
Returns:
- this method will always return arg0 unchanged

notifyOK

public void notifyOK(Message message)

notifyError

public void notifyError(Message message)

messageAsString

public java.lang.String messageAsString(Message message)