Class AddService
java.lang.Object
org.glassfish.grizzly.samples.jaxws.service.AddService
Simple "add" web service implementation.
- Author:
- Alexey Stashok
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AddService
public AddService()
-
-
Method Details
-
add
public int add(int value1, int value2)
-