[jboss-user] [EJB 3.0] - have interceptors fire when calling ejb3 web service method

2009-03-12 Thread teraryan
It's easiest to explain by giving an example. I have an EJB3 stateless session / web method annotated with interceptors: @Interceptors({a.class, b.class}) | @WebMethod | public String processService(String request) | Now I need to create another method that, instead of returning a

[jboss-user] [JBossWS] - have interceptors fire when calling web service method from

2009-03-12 Thread teraryan
I posted this in EJB3, but maybe JBossWS is a better forum. It's easiest to explain by giving an example. I have an EJB3 stateless session / web method annotated with interceptors: | @Interceptors({a.class, b.class}) | @WebMethod | public String processService(String request) | Now I