Strategy interface for resolving method parameters into argument values in the context of a given {@link WampMessage}.
Credit goes to the Spring class {@link org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver}. This class is just a copy where the resolveArgument parameter is changed to {@link WampMessage}
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.