org.springframework.integration.adapter
Interface ArgumentListPreparer


public interface ArgumentListPreparer

A strategy for preparing an argument list from a single source object.

Author:
Mark Fisher

Method Summary
 java.lang.Object[] prepare(java.lang.Object source)
           
 

Method Detail

prepare

java.lang.Object[] prepare(java.lang.Object source)