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.

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}

Where Are the JAX WS Components

  • Wiki Markup
    *ServiceMix 2.0.x:* theThe source code for the ServiceMix 2.0.x JAX WS components can be found at:
    {{\[servicemix_src_install_dir\]\components\jaxws\src\main\java\org\servicemix\components\jaxws}}
    where {{\[servicemix_src_install_dir\]}} is the directory in which ServiceMix is installed.