Uses of Class
oranjestad.commons.beanutils.messaging.GenericMessageDispatchingOptions

Packages that use GenericMessageDispatchingOptions
oranjestad.commons.beanutils.messaging Package that defines a conceptual extension to java beans and Introspection. 
oranjestad.commons.beanutils.messaging.dispatching Package containing GenericMessageListener implementations that dispatch the messages onto target objects using Java reflection. 
 

Uses of GenericMessageDispatchingOptions in oranjestad.commons.beanutils.messaging
 

Methods in oranjestad.commons.beanutils.messaging with parameters of type GenericMessageDispatchingOptions
 void BeanMessagingIntrospector.addListener(java.lang.Object producer, Channel channel, java.lang.Object[] args, int listenerIndex, GenericMessageDispatchingOptions options)
          Convenience method that uses bean messaging introspection to register a listener on the specified communication channel with the supplied producer with the supplied transformers.
 void BeanMessagingIntrospector.addListener(java.lang.Object producer, Channel channel, java.lang.Object listener, GenericMessageDispatchingOptions options)
          Convenience method that registeres a listener on the specified communication channel of the supplied producer.
 void BeanMessagingIntrospector.addListener(java.lang.Object producer, java.lang.String channelName, java.lang.Object[] args, int listenerIndex, GenericMessageDispatchingOptions options)
          Convenience method that uses bean messaging introspection to register a listener on the specified communication channel with the supplied producer with the supplied transformers.
 void BeanMessagingIntrospector.addListener(java.lang.Object producer, java.lang.String channelName, java.lang.Object listener, GenericMessageDispatchingOptions options)
          Convenience method that uses bean messaging introspection to register a listener on the specified communication channel with the supplied producer with the supplied transformers.
 

Uses of GenericMessageDispatchingOptions in oranjestad.commons.beanutils.messaging.dispatching
 

Methods in oranjestad.commons.beanutils.messaging.dispatching with parameters of type GenericMessageDispatchingOptions
 void MappedMethodAndArgumentsDispatcher.setGenericMessageDispatchingOptions(GenericMessageDispatchingOptions o)
          Sets the dispatching options to use.
 

Constructors in oranjestad.commons.beanutils.messaging.dispatching with parameters of type GenericMessageDispatchingOptions
MappedNameAndArgumentsMethod(java.lang.String name, java.lang.String[] transforms, GenericMessageDispatchingOptions options)
          Constructs with the target method name and transforms.
 



Copyright © 2008. All Rights Reserved.