[jboss-user] [JBossWS] - Re: Package name generated by wsprovide

jason.greene@jboss.com do-not-reply at jboss.com
Wed Mar 28 15:46:17 EDT 2007


The spec requires that all wrappers be generated in the jaxws sub package by default (to avoid name conflicts). You can however control their destination using the RequestWrapper and ResponseWrapper annotations

  | @RequestWrapper(classname="beispiel_9.Hello");
  | 

Keep in mind though that you do not need to use wsprovide to deploy on jbossws, we generate all of the wrapper classes dynamically at deploy time. You only need them if you want your deployment to be portable to other containers.

-Jason

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

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



More information about the jboss-user mailing list