|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ApiApplication
The interface must be implemented to any application that is going to utilize the ApiAdapter. The reason is that the ApiAdapter forces the application to provide user and application data.
| Nested Class Summary | |
|---|---|
static class |
ApiApplication.MetaData
The different types of application meta data the ApiAdapter requires. |
| Method Summary | |
|---|---|
java.lang.String |
getApiPassword()
Returns the password used when authorizing access to the API service. |
java.lang.String |
getApiUrl()
Returns the base url, which is the url that returns xml defining a list of services provided by the API used by this application. |
java.lang.String |
getApiUsername()
Returns the user name used when authorizing access to the API service. |
java.lang.String |
getMetaData(ApiApplication.MetaData i)
Returns meta data about the application as specified by the meta data index. |
| Method Detail |
|---|
java.lang.String getApiUrl()
java.lang.String getApiUsername()
java.lang.String getApiPassword()
java.lang.String getMetaData(ApiApplication.MetaData i)
i - index of the string of meta data
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||