Versions Compared

Key

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

...

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}

The "@" annotation prevents allows the programmer from having to write avoide writing a lot of boilerplate web service code. EssentiallyFor example, @Webservice is a shorthand notation that says this code is a Web Service. When processed by a processor that understands the notation, such as, the apt processor in Java 1.5, much of the Web service code is artifacts are automatically generated for the programmer. This annotation is described in JSR 181.

...