java.lang.Object
org.glassfish.grizzly.samples.jaxws.service.AddService

public class AddService extends Object
Simple "add" web service implementation.
Author:
Alexey Stashok
  • Constructor Details

    • AddService

      public AddService()
  • Method Details

    • add

      public int add(int value1, int value2)