Uses of Package
com.mycompany.myproject.api

Packages that use com.mycompany.myproject.api
com.mycompany.myproject.api Implementation of the myproject API. 
 

Classes in com.mycompany.myproject.api used by com.mycompany.myproject.api
APIImpl
          Implementation of myproject API.
MyFunction
          Abstract base class for MyFunction function implementation.
MyFunction.Request
          Container for the input parameters of the MyFunction function.
MyFunction.Result
          Result of a call to the MyFunction function.
MyFunction.UnsuccessfulResult
          Unsuccessful result of a call to the MyFunction function.