Thanks Dan and Jervis for your responses. 
  Added a feature request for this:
  https://issues.apache.org/jira/browse/CXF-1301
    Best,
  gopal
   
    > -----Original Message-----
  > From: Daniel Kulp [mailto:[EMAIL PROTECTED]
  > Sent: Tuesday, December 11, 2007 1:13 PM
  > To: cxf-user@incubator.apache.org
  > Cc: gjanjana
  > Subject: Re: Configuring JAX-WS Handler in spring configuration file
  > 
  > 
  > I just answered this for someone else as well...  :-)
  > 
  > 
  > Currently, no.   It looks like it was started as the HandlerChainBuilder
  > has a "buildHandlerChainFromConfiguration" method, but it's only called
  > from various unit tests right now.   It's not wired into the spring
  > loading at all.   That would be a good feature request.
  > 
  > Dan
  > 
  > 
  > 
  > On Monday 10 December 2007, gjanjana wrote:
  > > I was trying to configure JAX-WS Handler as part of spring
  > > configuration file. I don't find any means to do that. Is it possible
  > > to register JAX-WS Handler at deploy time instead of using
  > > @HandlerChain annotation. I don't want every java class to declare
  > > this handler chain.
  > >
  > > For example following descriptor markup registers jaxws service
  > > endpoint. This element accept CXF interceptors as part of
  > > "jaxws:inInterceptors" element. However I don't find any way to
  > > register JAX-WS Handlers.
  > >
  > > <jaxws:endpoint id="classImpl"
  > >     implementor="org.apache.cxf.jaxws.service.Hello"
  > >     endpointName="e:HelloEndpointCustomized"
  > >     serviceName="s:HelloServiceCustomized"
  > >     address="http://localhost:8080/test";
  > >     xmlns:e="http://service.jaxws.cxf.apache.org/endpoint";
  > >     xmlns:s="http://service.jaxws.cxf.apache.org/service"/>
  > > </beans>
  > 
  > 
  > 
  > --
  > J. Daniel Kulp
  > Principal Engineer
  > IONA
  > P: 781-902-8727    C: 508-380-7194
  > [EMAIL PROTECTED]
  > http://www.dankulp.com/blog
  
       
---------------------------------
Never miss a thing.   Make Yahoo your homepage.

Reply via email to