Spring
Spring Integration 中文文档
    • Home
    • Preface
    • What’s New?
    • Overview
    • Core Messaging
      • Message Channels
        • The MessageChannel Interface
        • Message Channel Implementations
        • Channel Interceptors
        • MessagingTemplate
        • Configuring Message Channels
        • Special Channels
      • Poller
      • Channel Adapter
      • Messaging Bridge
    • Message
    • Message Routing
      • Routers
        • Overview
        • Common Router Parameters
        • Router Implementations
        • Configuring a Generic Router
        • Routers and the Spring Expression Language (SpEL)
        • Configuring a Router with Annotations
        • Dynamic Routers
        • Routing Slip
        • Process Manager Enterprise Integration Pattern
      • Filter
      • Splitter
      • Aggregator
      • Resequencer
      • Message Handler Chain
      • Scatter-Gather
      • Thread Barrier
    • Message Transformation
      • Transformer
      • Content Enricher
      • Claim Check
      • Codec
    • Messaging Endpoints
      • Message Endpoints
      • Endpoint Roles
      • Leadership Event Handling
      • Messaging Gateways
      • Service Activator
      • Delayer
      • Scripting Support
      • Groovy Support
      • Adding Behavior to Endpoints
        • Provided Advice Classes
        • Reactive Advice
        • Context Holder Advice
        • Custom Advice Classes
        • Other Advice Chain Elements
        • Handling Message Advice
        • Transaction Support
        • Advising Filters
        • Advising Endpoints Using Annotations
        • Ordering Advices within Advice Chain
        • Advised Handler Properties
        • Idempotent Receiver Enterprise Integration Pattern
      • Logging Channel Adapter
        • java.util.function Interfaces Support
      • Kotlin Support
    • Java DSL
      • DSL Basics
      • Message Channels
      • Pollers
      • The reactive() Endpoint
      • DSL and Endpoint Configuration
      • Transformers
      • Inbound Channel Adapters
      • Message Routers
      • Splitters
      • Aggregators and Resequencers
      • Service Activators and the .handle() method
      • Operator gateway()
      • Operator log()
      • Operator intercept()
      • MessageChannelSpec.wireTap()
      • Working With Message Flows
      • FunctionExpression
      • Sub-flows support
      • Using Protocol Adapters
      • IntegrationFlowAdapter
      • Dynamic and Runtime Integration Flows
      • IntegrationFlow as a Gateway
      • DSL Extensions
      • Integration Flows Composition
    • Groovy DSL
    • Kotlin DSL
    • System Management
      • Metrics and Management
      • Message History
      • Message Store
      • Metadata Store
      • Distributed Locks
      • Control Bus
      • Orderly Shutdown
      • Integration Graph
      • Integration Graph Controller
    • Reactive Streams Support
    • Native Images Support
    • Integration Endpoints
    • AMQP Support
      • Inbound Channel Adapter
      • Polled Inbound Channel Adapter
      • Inbound Gateway
      • Inbound Endpoint Acknowledge Mode
      • Outbound Endpoints
      • Outbound Channel Adapter
      • Outbound Gateway
      • Asynchronous Outbound Gateway
      • Alternative Mechanism for Publisher Confirms and Returns
      • Inbound Message Conversion
      • Outbound Message Conversion
      • Outbound User ID
      • Delayed Message Exchange
      • AMQP-backed Message Channels
      • AMQP Message Headers
      • Strict Message Ordering
      • AMQP Samples
      • RabbitMQ Stream Queue Support
    • Apache Camel Support
    • Apache Cassandra Support
    • Debezium Support
    • Spring ApplicationEvent Support
    • Feed Adapter
    • File Support
      • Reading Files
      • Writing files
      • File Transformers
      • File Splitter
      • File Aggregator
      • Remote Persistent File List Filters
    • FTP/FTPS Adapters
      • FTP Session Factory
      • Advanced Configuration
      • Delegating Session Factory
      • FTP Inbound Channel Adapter
      • FTP Streaming Inbound Channel Adapter
      • Inbound Channel Adapters: Polling Multiple Servers and Directories
      • Inbound Channel Adapters: Controlling Remote File Fetching
      • FTP Outbound Channel Adapter
      • FTP Outbound Gateway
      • FTP Session Caching
      • Using RemoteFileTemplate
      • Using MessageSessionCallback
      • Apache Mina FTP Server Events
      • Remote File Information
    • GraphQL Support
    • Hazelcast Support
    • HTTP Support
      • Http Inbound Components
      • HTTP Outbound Components
      • HTTP Namespace Support
      • Configuring HTTP Endpoints with Java
      • Timeout Handling
      • HTTP Proxy configuration
      • HTTP Header Mappings
      • Integration Graph Controller
      • HTTP Samples
    • TCP and UDP Support
      • Introduction
      • UDP Adapters
      • TCP Connection Factories
      • Testing Connections
      • TCP Connection Interceptors
      • TCP Connection Events
      • TCP Adapters
      • TCP Gateways
      • TCP Message Correlation
      • About Non-blocking I/O (NIO)
      • SSL/TLS Support
      • Advanced Techniques
      • IP Configuration Attributes
      • IP Message Headers
      • Annotation-Based Configuration
      • Using the Java DSL for TCP Components
    • JDBC Support
      • Inbound Channel Adapter
      • Outbound Channel Adapter
      • Outbound Gateway
      • JDBC Message Store
      • Stored Procedures
      • JDBC Lock Registry
      • JDBC Metadata Store
    • JPA Support
      • Functionality
      • Supported Persistence Providers
      • Java Implementation
      • Namespace Support
      • Inbound Channel Adapter
      • Outbound Channel Adapter
      • Outbound Gateways
    • JMS Support
    • JMX Support
    • Apache Kafka Support
    • Mail Support
    • MongoDb Support
    • MQTT Support
    • R2DBC Support
    • Redis Support
    • Resource Support
    • RSocket Support
    • SFTP Adapters
      • SFTP Session Factory
      • Delegating Session Factory
      • SFTP Session Caching
      • Using RemoteFileTemplate
      • SFTP Inbound Channel Adapter
      • SFTP Streaming Inbound Channel Adapter
      • Inbound Channel Adapters: Polling Multiple Servers and Directories
      • Inbound Channel Adapters: Controlling Remote File Fetching
      • SFTP Outbound Channel Adapter
      • SFTP Outbound Gateway
      • MessageSessionCallback
      • Apache Mina SFTP Server Events
      • Remote File Information
    • SMB Support
    • STOMP Support
    • Stream Support
    • Syslog Support
    • WebFlux Support
    • WebSockets Support
    • Web Services Support
    • XML Support - Dealing with XML Payloads
      • Namespace Support
      • Transforming XML Payloads
      • Transforming XML Messages with XPath
      • Splitting XML Messages
      • Routing XML Messages with XPath
      • XPath Header Enricher
      • Using the XPath Filter
      • #xpath SpEL Function
      • XML Validating Filter
    • XMPP Support
    • ZeroMQ Support
    • Zip Support
    • Zookeeper Support
    • Error Handling
    • Spring Expression Language (SpEL)
    • Message Publishing
    • Transaction Support
    • Security in Spring Integration
    • Configuration
      • Namespace Support
      • Configuring the Task Scheduler
      • Global Properties
      • Annotation Support
      • Messaging Meta-Annotations
      • Message Mapping Rules and Conventions
    • Testing support
    • Spring Integration Samples
    • Additional Resources
    • Change History
      • Changes between 6.1 and 6.2
      • Changes between 6.0 and 6.1
      • Changes between 5.5 and 6.0
      • Changes between 5.4 and 5.5
      • Changes between 5.3 and 5.4
      • Changes between 5.2 and 5.3
      • Changes between 5.1 and 5.2
      • Changes between 5.0 and 5.1
      • Changes between 4.3 and 5.0
      • Changes between 4.2 and 4.3
      • Changes between 4.1 and 4.2
      • Changes between 4.0 and 4.1
      • Changes between 3.0 and 4.0
      • Changes Between 2.2 and 3.0
      • Changes between 2.1 and 2.2
      • Changes between 2.0 and 2.1
      • Changes between Versions 1.0 and 2.0
  • Spring Integration 中文文档
  • Message Transformation

Message Transformation

  • Spring Ai 中文文档
    • defaultcurrent
  • Spring Amqp 中文文档
    • defaultcurrent
  • Spring Authorization-server 中文文档
    • defaultcurrent
  • Spring Batch 中文文档
    • defaultcurrent
  • Spring Boot 中文文档
    • defaultcurrent
  • Spring Cli 中文文档
    • defaultcurrent
  • Spring Cloud Build 中文文档
    • defaultcurrent
  • Spring Cloud Bus 中文文档
    • defaultcurrent
  • Spring Cloud Circuitbreaker 中文文档
    • defaultcurrent
  • Spring Cloud Commons 中文文档
    • defaultcurrent
  • Spring Cloud Config 中文文档
    • defaultcurrent
  • Spring Cloud Consul 中文文档
    • defaultcurrent
  • Spring Cloud Contract 中文文档
    • defaultcurrent
  • Spring Cloud Function 中文文档
    • defaultcurrent
  • Spring Cloud Gateway 中文文档
    • defaultcurrent
  • Spring Cloud Kubernetes 中文文档
    • defaultcurrent
  • Spring Cloud Netflix 中文文档
    • defaultcurrent
  • Spring Cloud Openfeign 中文文档
    • defaultcurrent
  • Spring Cloud Stream 中文文档
    • defaultcurrent
  • Spring Cloud Task 中文文档
    • defaultcurrent
  • Spring Cloud Vault 中文文档
    • defaultcurrent
  • Spring Cloud Zookeeper 中文文档
    • defaultcurrent
  • Spring Data Cassandra 中文文档
    • defaultcurrent
  • Spring Data Commons 中文文档
    • defaultcurrent
  • Spring Data Couchbase 中文文档
    • defaultcurrent
  • Spring Data Elasticsearch 中文文档
    • defaultcurrent
  • Spring Data Jpa 中文文档
    • defaultcurrent
  • Spring Data Keyvalue 中文文档
    • defaultcurrent
  • Spring Data Ldap 中文文档
    • defaultcurrent
  • Spring Data Mongodb 中文文档
    • defaultcurrent
  • Spring Data Neo4j 中文文档
    • defaultcurrent
  • Spring Data Redis 中文文档
    • defaultcurrent
  • Spring Data Relational 中文文档
    • defaultcurrent
  • Spring data Rest 中文文档
    • defaultcurrent
  • Spring Framework 中文文档
    • defaultcurrent
  • Spring Graphql 中文文档
    • defaultcurrent
  • Spring Integration 中文文档
    • defaultcurrent
  • Spring Kafka 中文文档
    • defaultcurrent
  • Spring Ldap 中文文档
    • defaultcurrent
  • Spring Modulith 中文文档
    • defaultcurrent
  • Spring Pulsar 中文文档
    • defaultcurrent
  • Spring Security 中文文档
    • defaultcurrent
  • Spring Session 中文文档
    • defaultcurrent
  • Spring Shell 中文文档
    • defaultcurrent
  • Spring Vault 中文文档
    • defaultcurrent

粤ICP备2024239452号-1