com.xebialabs.xltype.serialization.rest
Class FormatFactory
java.lang.Object
com.xebialabs.xltype.serialization.rest.FormatFactory
public class FormatFactory
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormatFactory
public FormatFactory()
createCiReader
public CiReader createCiReader(java.io.InputStream entityStream,
javax.ws.rs.core.MediaType mediaType)
throws java.io.IOException
- Throws:
java.io.IOException
createCiListReader
public CiListReader createCiListReader(java.io.InputStream entityStream,
javax.ws.rs.core.MediaType mediaType)
throws java.io.IOException
- Throws:
java.io.IOException
createCiWriter
public CiWriter createCiWriter(javax.ws.rs.core.MediaType mediaType)
toString
public static java.lang.String toString(java.io.InputStream in)
throws java.io.IOException
- Throws:
java.io.IOException