| java.lang.Object | ||||||
| ↳ | org.mule.module.EspnConnector | |||||
| ↳ | org.mule.module.adapters.EspnConnectorCapabilitiesAdapter | |||||
| ↳ | org.mule.module.adapters.EspnConnectorMetadataAdapater | |||||
| ↳ | org.mule.module.adapters.EspnConnectorLifecycleAdapter | |||||
| ↳ | org.mule.module.adapters.EspnConnectorProcessAdapter | |||||
| ↳ | org.mule.module.adapters.EspnConnectorRestClientAdapter | |||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.adapters.EspnConnectorMetadataAdapater
| |||||||||||
From class
org.mule.module.EspnConnector
| |||||||||||
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| httpMuleMessageFactory | |||||||||||
| muleContext | |||||||||||
| responseTimeout | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.EspnConnector
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
getAthletes
| |||||||||||
getAthletesNews
| |||||||||||
getNews
| |||||||||||
getNewsById
| |||||||||||
getNewsHeadlines
| |||||||||||
getNewsHeadlinesTop
| |||||||||||
getAllSports
| |||||||||||
getSportsOrganizingBodies
| |||||||||||
getSportsOrganizingGroupsDivisions
| |||||||||||
getTeams
| |||||||||||
getTeamsNews
| |||||||||||
Sets responseTimeout
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.module.adapters.EspnConnectorProcessAdapter
| |||||||||||
From class
org.mule.module.adapters.EspnConnectorLifecycleAdapter
| |||||||||||
From class
org.mule.module.adapters.EspnConnectorMetadataAdapater
| |||||||||||
From class
org.mule.module.adapters.EspnConnectorCapabilitiesAdapter
| |||||||||||
From class
org.mule.module.EspnConnector
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.Capabilities
| |||||||||||
From interface
org.mule.api.MetadataAware
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
From interface
org.mule.api.process.ProcessAdapter
| |||||||||||
getAthletes
| resource | ESPN resource (i.e. /sports/baseball/mlb) |
|---|---|
| athleteId | ESPN player id |
| dates | ESPN dates values (year) for requested data (i.e. 2011, 2012, etc...) |
| group | ESPN group (integer) allows filtering by "group" or division |
| enable | ESPN optional flag to enable specific info (comma separated string) valid values: [stats|logos|notes|competitors] |
| seasonType | ESPN season type accepts pre/reg/post for preseason, regular and postseason respectively |
| language | ESPN lang - valid values include 'en' (English) and 'es' (Spanish) |
| limit | Used to limit the number of results returned |
| offset | Used for pagination (i.e. 11 will start with the 11th entry in the response) |
| accept | Used when you can not set the Accepted header (i.e. application/json, text/xml) |
| IOException |
|---|
getAthletesNews
| resource | ESPN resource (i.e. /espnw) |
|---|---|
| athleteId | ESPN identifier for a particular player/athlete. |
| dates | Integer in the form of "yyyymmdd" to get news for a particular date. |
| insider | ESPN content to be included, valid values: yes, no, only |
| language | ESPN lang - valid values include 'en' (English) and 'es' (Spanish) |
| limit | Used to limit the number of results returned |
| offset | Used for pagination (i.e. 11 will start with the 11th entry in the response) |
| accept | Used when you can not set the Accepted header (i.e. application/json, text/xml) |
| IOException |
|---|
getNews
| resource | ESPN resource (i.e. /espnw) |
|---|---|
| dates | Integer in the form of "yyyymmdd" to get news for a particular date. |
| insider | ESPN content to be included, valid values: yes, no, only |
| language | ESPN lang - valid values include 'en' (English) and 'es' (Spanish) |
| limit | Used to limit the number of results returned |
| offset | Used for pagination (i.e. 11 will start with the 11th entry in the response) |
| accept | Used when you can not set the Accepted header (i.e. application/json, text/xml) |
| IOException |
|---|
getNewsById
| resource | ESPN resource (i.e. /espnw) |
|---|---|
| newsId | ESPN specific story identifier |
| dates | Integer in the form of "yyyymmdd" to get news for a particular date. |
| insider | ESPN content to be included, valid values: yes, no, only |
| language | ESPN lang - valid values include 'en' (English) and 'es' (Spanish) |
| accept | Used when you can not set the Accepted header (i.e. application/json, text/xml) |
| IOException |
|---|
getNewsHeadlines
| resource | ESPN resource (i.e. /espnw) |
|---|---|
| insider | ESPN content to be included, valid values: yes, no, only |
| language | ESPN lang - valid values include 'en' (English) and 'es' (Spanish) |
| limit | Used to limit the number of results returned |
| offset | Used for pagination (i.e. 11 will start with the 11th entry in the response) |
| accept | Used when you can not set the Accepted header (i.e. application/json, text/xml) |
| IOException |
|---|
getNewsHeadlinesTop
| resource | ESPN resource (i.e. /espnw) |
|---|---|
| insider | ESPN content to be included, valid values: yes, no, only |
| language | ESPN lang - valid values include 'en' (English) and 'es' (Spanish) |
| region | Can be used in conjunction with the lang query string parameter to return focused headlines for a particular region, where available. |
| limit | Used to limit the number of results returned |
| offset | Used for pagination (i.e. 11 will start with the 11th entry in the response) |
| accept | Used when you can not set the Accepted header (i.e. application/json, text/xml) |
| IOException |
|---|
getAllSports
| limit | Used to limit the number of results returned |
|---|---|
| offset | Used for pagination (i.e. 11 will start with the 11th entry in the response) |
| accept | Used when you can not set the Accepted header (i.e. application/json, text/xml) |
| IOException |
|---|
getSportsOrganizingBodies
| sport | ESPN sport name |
|---|---|
| limit | Used to limit the number of results returned |
| offset | Used for pagination (i.e. 11 will start with the 11th entry in the response) |
| accept | Used when you can not set the Accepted header (i.e. application/json, text/xml) |
| IOException |
|---|
getSportsOrganizingGroupsDivisions
| sport | ESPN sport name |
|---|---|
| league | ESPN league abbreviation (organizing body) |
| limit | Used to limit the number of results returned |
| offset | Used for pagination (i.e. 11 will start with the 11th entry in the response) |
| accept | Used when you can not set the Accepted header (i.e. application/json, text/xml) |
| IOException |
|---|
getTeams
| resource | ESPN resource (i.e. /sports/baseball/mlb) |
|---|---|
| teamId | ESPN team identifier |
| enable | ESPN optional flag to enable specific info (comma separated string) valid values: [venues|stats|roster|leaders] |
| groups | ESPN group (integer) allows filtering by "group" or division |
| language | ESPN lang - valid values include 'en' (English) and 'es' (Spanish) |
| limit | Used to limit the number of results returned |
| offset | Used for pagination (i.e. 11 will start with the 11th entry in the response) |
| accept | Used when you can not set the Accepted header (i.e. application/json, text/xml) |
| IOException |
|---|
getTeamsNews
| resource | ESPN resource (i.e. /espnw) |
|---|---|
| teamId | ESPN identifier for a particular team. |
| dates | Integer in the form of "yyyymmdd" to get news for a particular date. |
| insider | ESPN content to be included, valid values: yes, no, only |
| language | ESPN lang - valid values include 'en' (English) and 'es' (Spanish) |
| limit | Used to limit the number of results returned |
| offset | Used for pagination (i.e. 11 will start with the 11th entry in the response) |
| accept | Used when you can not set the Accepted header (i.e. application/json, text/xml) |
| IOException |
|---|
| InitialisationException |
|---|
| context |
|---|
Sets responseTimeout
| value | Value to set |
|---|