Versions Compared

Key

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

...

Wiki Markup
{snippet:id=service|lang=java|url=cxf/trunk/distribution/src/main/release/samples/java_first_spring_support/src/demo/spring//HelloWorldImpl.java?revision=HEAD}

The @WebService annotation on the implementation class lets CXF know which interface we want to create our WSDL withto use when creating WSDL. In this case its simply our HelloWorld interface.

...