I will create a JIRA for now. FWIW, as a work-around I ended up subclassing ReflectionServiceFactoryBean and adding a method that takes a list of string method names to ignore. The subclass looks up those method names and adds the methods to the ignoredMethods list. I'll look at AbstractServiceConfiguration to see if that is simpler.
bimargulies wrote: > > It appears that you are correct. The least nasty thing I see for you > to do is to create your own AbstractServiceConfiguration class that > spikes the methods you don't like. > > Feel free to open a JIRA suggesting adding this to the Aegis XML > config, or even to submit a patch. > > > On Mon, Jun 8, 2009 at 5:40 PM, lloydfischer<[email protected]> > wrote: >> >> I'm using Aegis and the ReflectionServiceFactory. Everything is working >> great >> and now I want to tweak the service to leave out a few methods from the >> POJO. However, the ignore attribute of aegis.xml is only available for >> properties, not for methods. >> >> What is the best way to suppress methods? I must be missing something. >> >> thanks, great product. >> >> Lloyd >> -- >> View this message in context: >> http://www.nabble.com/How-to-ignore-methods-tp23932684p23932684.html >> Sent from the cxf-user mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/How-to-ignore-methods-tp23932684p23943084.html Sent from the cxf-user mailing list archive at Nabble.com.
