org.mule.examples.leagues.response
Class Teams
java.lang.Object
org.mule.examples.leagues.response.Teams
public class Teams
- extends Object
|
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.