org.mule.examples.leagues.response
Class Fixture
java.lang.Object
org.mule.examples.leagues.response.Fixture
public class Fixture
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fixture
public Fixture()
getFixture
public List<Match> getFixture()
setFixture
public void setFixture(List<Match> fixture)
toJson
@Transformer(resultMimeType="application/json")
public String toJson(Fixture fixture)
throws IOException
- Throws:
IOException
toXml
@Transformer(resultMimeType="text/xml")
public String toXml(Fixture fixture)
throws IOException,
JAXBException
- Throws:
IOException
JAXBException
Copyright © 2013. All rights reserved.