Using the MethodNameBasedMBeanInfoAssembler or MethodExclusionMBeanInfoAssembler assemblers, can I set up a bean so that all of its getter methods will be accessible through JMX, but some or all of the setter methods will not be accessible? The javadoc is somewhat ambiguous.

Also, is it possible to specify the excluded or included methods/attributes per bean, or is it only possible to specify this list globally?

I need to configure this interface entirely in the Spring configuration, not using annotations.