com.dyuproject.web.rest.service
Interface Service

All Known Implementing Classes:
AbstractService, HelloWorldService, MainService, TodoService, UserService

public interface Service

A bean which contain annotated methods w/c will be a REST resource.

Author:
David Yu

Method Summary
 void destroy(WebContext context)
           
 void init(WebContext context)
           
 

Method Detail

init

void init(WebContext context)

destroy

void destroy(WebContext context)


Copyright © 2013. All Rights Reserved.