Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The service needs to be defined with JAX-WS annotations as following. The commercial at sign "@" is a shorthand notation which prevents the programmer from having to write a lot of boilerplate web service code. This annotation is described in JSR 175 A Metadata Facility for the Java Programming Language.181. Essentially, the @Webservice notation says this code is a Web Service. When

Wiki Markup
{snippet:id=jaxws|lang=java|url=http://svn.servicemix.codehaus.org/*checkout*/branches/servicemix-1.1/components/jaxws/src/test/java/org/servicemix/components/jaxws/AddNumbersImpl.java}

...