Class MethodArgsHolder

java.lang.Object
org.springframework.integration.gateway.MethodArgsHolder

public final class MethodArgsHolder extends Object
Simple wrapper class containing a Method and an object array containing the arguments for an invocation of that method. For example used by a MethodArgsMessageMapper with this generic type to provide custom argument mapping when creating a message in a GatewayProxyFactoryBean.
Since:
3.0
Author:
Gary Russell
  • Constructor Details

    • MethodArgsHolder

      public MethodArgsHolder(Method method, Object[] args)
  • Method Details

    • getMethod

      public Method getMethod()
    • getArgs

      public Object[] getArgs()