[jbossws-dev] [Design of JBoss Web Services] - Re: JBMETA-44, ws annotation processing for references

alessio.soldano@jboss.com do-not-reply at jboss.com
Wed Jun 18 10:08:53 EDT 2008


"emuckenhuber" wrote : Okay - i have a prototype working for this.. just need to check again - maybe you can validate it then to make sure that i did not miss anything.
Sure

anonymous wrote : But ServiceReferenceHandlerMetaData cannot be defined over annotations just via the xml descriptors - right?
Yes, I can confirm this.
The ServiceReferenceHandlerMetaData (which is mapped to the JBossWS SPI UnifiedHandlerMetaData) is for JAX-RPC handlers declared in the standard J2EE1.4 descriptor.
The ServiceReferenceHandlerChainMetaData (which is mapped to the JBossWS SPI UnifiedHandlerChainMetaData) is for JAX-WS handlers declared in the standard JavaEE5 descriptor.
We then have the handlerChain attribute of the JBossWS SPI UnifiedServiceRefMetaData which is for the <handler-chain> element in the JBoss JavaEE5 descriptor or the file attribute of @HandlerChain annotation.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158998#4158998

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158998



More information about the jbossws-dev mailing list