Spring Integration

org.springframework.integration.json
Interface JsonInboundMessageMapper.JsonMessageParser<P>

Enclosing class:
JsonInboundMessageMapper

public static interface JsonInboundMessageMapper.JsonMessageParser<P>


Method Summary
 Message<?> doInParser(JsonInboundMessageMapper messageMapper, java.lang.String jsonMessage)
           
 

Method Detail

doInParser

Message<?> doInParser(JsonInboundMessageMapper messageMapper,
                      java.lang.String jsonMessage)
                      throws java.lang.Exception
Throws:
java.lang.Exception

Spring Integration