[esb-issues] [JBoss JIRA] Commented: (JBESB-1692) Need a quickstart that demonstrates Filters

Mark Little (JIRA) jira-events at lists.jboss.org
Wed Aug 13 04:30:40 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBESB-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12424706#action_12424706 ] 

Mark Little commented on JBESB-1692:
------------------------------------

Spoke with Kevin and we agreed this wasn't going in until after the ESB 4.4 release for the platform.

> Need a quickstart that demonstrates Filters
> -------------------------------------------
>
>                 Key: JBESB-1692
>                 URL: https://jira.jboss.org/jira/browse/JBESB-1692
>             Project: JBoss ESB
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Examples
>            Reporter: Burr Sutter
>            Assignee: Mark Little
>            Priority: Minor
>
> From the Programmers Guide
> The class org.jboss.soa.esb.filter.InputOutputFilter has two methods:
> ? public Message onOutput (Message msg, Map<String, Object> params) throws
> CourierException which is called as a message flows to the transport. An implementation
> may modify the message and return a new version. Additional information may be provided
> by the caller in the form of extra parameters.
> ? public Message onInput (Message msg, Map<String, Object> params) throws
> CourierException which is called as a message flows from the transport. An implementation
> may modify the message and return a new version. Additional information may be provided
> by the caller in the form of extra parameters.
> Filters are defined in the filters section of the jbossesb-properties.xml file using the property
> org.jboss.soa.esb.filter.<number>, where <number> can be any value and is used to
> indicate the order in which multiple filters are to be called (lowest to highest).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list