org.mule.examples.leagues.response
Class Teams
java.lang.Object
org.mule.examples.leagues.response.Teams
- All Implemented Interfaces:
- Serializable
public class Teams
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
Teams()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Teams
public Teams()
getTeams
public List<Team> getTeams()
setTeams
public void setTeams(List<Team> teams)
toJson
@Transformer(resultMimeType="application/json")
public String toJson(Teams teams)
throws IOException
- Throws:
IOException
toXml
@Transformer(resultMimeType="text/xml")
public String toXml(Teams teams)
throws IOException,
JAXBException
- Throws:
IOException
JAXBException
Copyright © 2013. All rights reserved.