Sorry for drip feeding, but I just had another thought :)....
I wonder would it be possible to generalize the interface more? I'm thinking of a
situation where the mapping for a particular adapter may need to perform other mappings
outside the set layed down here.
If we could also extract the provider/listener config into a Map ala the activation config
being mapped too, we could then do something like....
| public interface ActivationAdapter
| {
| public void map(final Map<String, String> listenerConfig, final
Map<String, String> activationConfig) throws ConfigurationException ;
| }
|
Just a thought!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226461#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...