com.componio.jlicensure.shared
Interface LicenseRequest

All Superinterfaces:
Command, java.io.Serializable
All Known Subinterfaces:
License

public interface LicenseRequest
extends Command

A license request consists of the licensee data describing the licensee and a unique data token to be part of the issued license.


Method Summary
 LicenseeData getLicenseeData()
          Getter for property licenseeData.
 byte[] getToken()
          Getter for property token.
 

Method Detail

getLicenseeData

LicenseeData getLicenseeData()
Getter for property licenseeData.

Returns:
Value of property licenseeData.

getToken

byte[] getToken()
Getter for property token.

Returns:
Value of property token.