Well, I didn't know that Interceptors can be applied using Name Binding, so I think I can just use that?
However, I would really like to pass some data for each particular method that it's bound too (a list of things to check in each situation) ie there would be a generic method that would take the things passed to it for that method, and use them to check the call should be allowed. Any ideas on how I would accomplish that? thanks! --- *David Hay* *Principal Architect* Cloud Management *Dell* | Dell Software Group Email: [email protected] On Tue, Mar 25, 2014 at 2:54 PM, David Hay <[email protected]> wrote: > Hi, > > I have set up some filters that extend ContainerRequestFilter and are > name-bound to certain methods. > > I have a need to name-bind the same filter code across both SOAP and REST > methods... > > Is this possible? > > thanks! > > David > >
