Interface WebServiceObject
- All Known Implementing Classes:
AutoDocsWebService,VirtDataService
public interface WebServiceObject
Any class which is annotated with
@Service(WebServiceObject.class)
will be found and loaded as a service.
For the methods used to configure these objects, consult the
references below:- See Also: