Is there a way of using a method other than getters & setters to wire an object up? In particular, I have an object that as an add method which is used to add multiple objects. There isn't any other method for getting these objects in. Is there a way of calling the add method from the spring wiring file without having to write a wrapper class around the existing class?

Regards,

mipper