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