...
Category | Name | Description |
---|---|---|
Core | Sends a message out | |
| Logs a message | |
| Sets or remove properties associated with the message | |
| Refers a sequence | |
| Sends event notifications to an event source, publishes messages to predefined topics | |
| Drops a message | |
| Enriches a message | |
Filter | Filters a message using XPath, if-else kind of logic | |
| Inbuilt filter for choosing messages in ESB out path | |
| Inbuilt filter for choosing messages in ESB in path | |
| Filters messages using XPath, switch logic | |
| Routes messages based on XPath filtering | |
| Implements complex routing rules (Header based routing, content based routing and other rules) | |
Transform | Performs XSLT transformations on the XML payload | |
FastXSLT | Performs XSLT transformations on the message stream | |
| Modifies and rewrites URLs or URL fragments | |
| XQuery | |
PayloadFactory | Transforms the message payload | |
| Sets or removes SOAP headers | |
| Fault (also called Makefault) | Create SOAP Faults |
Advanced | Evaluate messages based on whether the same message came to the ESB | |
| Clones a message | |
| Stores messages in a predefined message store | |
| Splits a message | |
| Combines a message | |
| Blocks web services calls | |
| Executes a set of mediators transactionally | |
| Limits the number of messages | |
| Reliable messaging | |
| Writes data to database | |
| Retrieves information from database | |
| Executives rules | |
| Fines grain authorization | |
| 2-legged OAuth support | |
Extension | Creates and executes a custom mediator | |
| Executes a custom command | |
| Executes a mediator written in Scripting language | |
| Creates a mediator managed by Spring | |
| Used to apply lightweight transformations on messages in an efficient manner |
...