Versions Compared

Key

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

...

The "@" annotation allows the programmer to avoid writing a lot of boilerplate code. For example, @Webservice is a shorthand notation that says this class is a Web Service. Tools that understand the notation, such as the apt tool in Java 1.5, will automatically generate the Web service artifacts including the WSDL file. This annotation is described in JSR 181.

...

Location of the ServiceMix JAX WS Components

  • Wiki Markup
    The 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.

...