Class DiscordUnregisterService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.DiscordUnregisterService
A Web Serivce to unregister a Discord UUID.
- Since:
- 10.5
- Version:
- 10.5
- Author:
- Luke
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintexecute(ServiceContext ctx) Executes the Web Service.booleanisLogged()Returns whether this web service calls are logged.
- 
Constructor Details- 
DiscordUnregisterServicepublic DiscordUnregisterService()
 
- 
- 
Method Details- 
executeExecutes the Web Service.- Specified by:
- executein class- WebService
- Parameters:
- ctx- the Web Service context
- Returns:
- the HTTP status code
- Throws:
- ServiceException- if an error occurs
 
- 
isLoggedpublic boolean isLogged()Description copied from class:WebServiceReturns whether this web service calls are logged. High volume services like the Map/ServInfo route services will not be logged.- Overrides:
- isLoggedin class- WebService
- Returns:
- TRUE if invocation logging should be performed by the servlet, otherwise FALSE
 
 
-