Versions Compared

Key

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

...

You provide the business logic for your service's operations by completing the stub methods in _portTypeName_Impl.java. For the most part, you use standard Java to implement the business logic. If your service uses custom XML Schema types, you will need to use the generated classes for each type to manipulate them. There are also some CXF specific APIs that you can use to access some advanced features.

...