|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.actions.CbrProxyAction
public class CbrProxyAction
Action proxy to call the Content Based Router.
| Field Summary | |
|---|---|
protected ConfigTree |
_config
Configuration Tree |
protected java.util.Collection<EPR> |
_eprs
Collection of EPRS for the Content Based Router |
| Constructor Summary | |
|---|---|
CbrProxyAction(ConfigTree config)
Constructor of the Content Based Router Proxy. |
|
| Method Summary | |
|---|---|
Message |
deliver(Message message)
Do *not* route, just deliver. |
void |
exceptionCallback(Message message,
java.lang.Throwable t)
|
java.io.Serializable |
getErrorNotification(Message message)
Get the "Error" notification message for this processor. |
java.io.Serializable |
getOkNotification(Message message)
Get the "OK" notification message for this processor. |
Message |
noOperation(Message message)
No-Op method. |
void |
okMethod(Message message)
|
Message |
process(Message message)
By default this process method forwards this request to routeAndDeliver. |
Message |
route(Message message)
Just route. |
Message |
routeAndDeliver(Message message)
Route and Deliver to the destination Services. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Collection<EPR> _eprs
protected ConfigTree _config
| Constructor Detail |
|---|
public CbrProxyAction(ConfigTree config)
throws RegistryException
config -
java.lang.Exception
RegistryException| Method Detail |
|---|
public Message noOperation(Message message)
message -
public Message process(Message message)
process in interface ActionProcessormessage - - the message to be routed.
routeAndDeliver(Message message).
public Message route(Message message)
throws MessageRouterException
message -
MessageRouterExceptionpublic Message deliver(Message message)
message -
public Message routeAndDeliver(Message message)
message - - to be routed and delivered
public void exceptionCallback(Message message,
java.lang.Throwable t)
public void okMethod(Message message)
public java.io.Serializable getErrorNotification(Message message)
ActionProcessor
getErrorNotification in interface ActionProcessormessage - The message Object.
public java.io.Serializable getOkNotification(Message message)
ActionProcessor
getOkNotification in interface ActionProcessormessage - The message Object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||