Re: interceptors and faults

2008-04-17 Thread Florian Rosenberg
Florian Rosenberg wrote: [...] public static void main(String[] args) { ClientProxyFactoryBean factory = new JaxWsProxyFactoryBean(); factory.setAddress(http://localhost:1/ErrorService;); factory.setServiceClass(ErrorService.class); ErrorService ess = (ErrorService)factory.create

Re: interceptors and faults

2008-04-16 Thread Florian Rosenberg
Daniel Kulp wrote: On Wednesday 09 April 2008, Florian Rosenberg wrote: hi glen, Glen Mazza wrote: Server faults go into separate interceptor chains (second paragraph of [1])--I have not done this before, but you should be able to reuse the interceptors you have on your normal non-error

interceptors and faults

2008-04-09 Thread Florian Rosenberg
hi all, I'm writing a automated system for monitoring certain quality of service properties (e.g., response time, etc) from a client-side perspective. this works quite well as long as no fault occur on the service provider that i'm trying to invoke. I use a couple of interceptors in the IN

Re: interceptors and faults

2008-04-09 Thread Florian Rosenberg
can be handled in the client-side interceptor chains (i'm using cxf v2.05)? thanks, -Florian -- Florian Rosenberg Research Assistant Distributed Systems Group Technical University Vienna, Austria tel: +43 1 58801 18418 fax: +43 1 58801 18491 www.florianrosenberg.com keep in mind that my