Spring Integration

Uses of Interface
org.springframework.integration.handler.HandlerMethodResolver

Packages that use HandlerMethodResolver
org.springframework.integration.handler   
 

Uses of HandlerMethodResolver in org.springframework.integration.handler
 

Classes in org.springframework.integration.handler that implement HandlerMethodResolver
 class PayloadTypeMatchingHandlerMethodResolver
          An implementation of HandlerMethodResolver that matches the payload type of the Message against the expected type of its candidate methods.
 class StaticHandlerMethodResolver
          An implementation of HandlerMethodResolver that always returns the same Method instance.
 


Spring Integration

Copyright © 2010. All Rights Reserved.