Guest User

Untitled

a guest
Jul 27th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import javax.jws.WebService;
  2. import javax.jws.WebMethod;
  3.  
  4. @WebService(name="Webservice")
  5. public interface IWebservice{
  6. @WebMethod
  7. public Collection<SomeValue> doSthg();
  8. }
Add Comment
Please, Sign In to add comment