Spring Integration

Uses of Class
org.springframework.integration.stream.CharacterStreamWritingMessageHandler

Packages that use CharacterStreamWritingMessageHandler
org.springframework.integration.stream   
 

Uses of CharacterStreamWritingMessageHandler in org.springframework.integration.stream
 

Methods in org.springframework.integration.stream that return CharacterStreamWritingMessageHandler
static CharacterStreamWritingMessageHandler CharacterStreamWritingMessageHandler.stderr()
          Factory method that creates a target for stderr (System.err) with the default charset encoding.
static CharacterStreamWritingMessageHandler CharacterStreamWritingMessageHandler.stderr(String charsetName)
          Factory method that creates a target for stderr (System.err) with the specified charset encoding.
static CharacterStreamWritingMessageHandler CharacterStreamWritingMessageHandler.stdout()
          Factory method that creates a target for stdout (System.out) with the default charset encoding.
static CharacterStreamWritingMessageHandler CharacterStreamWritingMessageHandler.stdout(String charsetName)
          Factory method that creates a target for stdout (System.out) with the specified charset encoding.
 


Spring Integration

Copyright © 2010. All Rights Reserved.