org.eclipse.lyo.core.utils.marshallers
Class OSLC4JUnmarshaller

java.lang.Object
  extended by org.eclipse.lyo.core.utils.marshallers.OSLC4JUnmarshaller

public class OSLC4JUnmarshaller
extends Object


Method Summary
 javax.ws.rs.core.MediaType getMediaType()
           
 void setMediaType(javax.ws.rs.core.MediaType mediaType)
           
<T> T
unmarshal(InputStream inputStream, Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

unmarshal

public <T> T unmarshal(InputStream inputStream,
                       Class<T> clazz)
            throws IllegalArgumentException,
                   SecurityException,
                   DatatypeConfigurationException,
                   IllegalAccessException,
                   InstantiationException,
                   InvocationTargetException,
                   OslcCoreApplicationException,
                   URISyntaxException,
                   NoSuchMethodException
Throws:
IllegalArgumentException
SecurityException
DatatypeConfigurationException
IllegalAccessException
InstantiationException
InvocationTargetException
OslcCoreApplicationException
URISyntaxException
NoSuchMethodException

getMediaType

public javax.ws.rs.core.MediaType getMediaType()

setMediaType

public void setMediaType(javax.ws.rs.core.MediaType mediaType)


Copyright © 2014. All Rights Reserved.