ramangrover29 | 5a50c9c | 2013-04-17 19:37:04 -0700 | [diff] [blame^] | 1 | <library xmlns="library"> |
| 2 | <language>JAVA</language> |
| 3 | <functions> |
| 4 | <function> |
| 5 | <function_type>SCALAR</function_type> |
| 6 | <name>parseTweet</name> |
| 7 | <arguments>TweetType</arguments> |
| 8 | <return_type>TweetType</return_type> |
| 9 | <definition>com.external.ParseTweetFactory</definition> |
| 10 | </function> |
| 11 | <function> |
| 12 | <function_type>SCALAR</function_type> |
| 13 | <name>mysum</name> |
| 14 | <arguments>AINT32,AINT32</arguments> |
| 15 | <return_type>AINT32</return_type> |
| 16 | <definition>com.external.SumFactory</definition> |
| 17 | </function> |
| 18 | <function> |
| 19 | <function_type>SCALAR</function_type> |
| 20 | <name>toUpper</name> |
| 21 | <arguments>TextType</arguments> |
| 22 | <return_type>TextType</return_type> |
| 23 | <definition>com.external.UpperCaseFactory</definition> |
| 24 | </function> |
| 25 | <function> |
| 26 | <function_type>SCALAR</function_type> |
| 27 | <name>allTypes</name> |
| 28 | <arguments>AllType</arguments> |
| 29 | <return_type>AllType</return_type> |
| 30 | <definition>com.external.AllTypesFactory</definition> |
| 31 | </function> |
| 32 | </functions> |
| 33 | </library> |