Package org.cyclos.impl.messaging
Interface InviteServiceLocal
-
- All Superinterfaces:
InviteService,Service
public interface InviteServiceLocal extends InviteService
Local interface forInviteService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InviteTokeninviteToken(String inviteToken)Returns the invitation token for the given string, or null if the given token is null or invalid-
Methods inherited from interface org.cyclos.services.messaging.InviteService
getSendData, send
-
-
-
-
Method Detail
-
inviteToken
InviteToken inviteToken(String inviteToken)
Returns the invitation token for the given string, or null if the given token is null or invalid
-
-