Example usage for org.springframework.integration.router AbstractMappingMessageRouter subclass-usage

List of usage examples for org.springframework.integration.router AbstractMappingMessageRouter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.router AbstractMappingMessageRouter subclass-usage.

Usage

From source file com.qpark.eip.core.spring.JAXBElementAwarePayloadTypeRouter.java

/**
 * Unfortunately {@link PayloadTypeRouter} does not support
 * {@link JAXBElement#getValue()} to detect the right type.
 *
 * @author bhausen
 */

From source file biz.c24.io.spring.integration.router.C24XPathRouter.java

/**
 * Message Router that uses {@link XPathStatement} evaluation to determine
 * channel names.
 * 
 * TODO Evaluate as list of strings, not just a single string.
 *