org.jboss.resteasy.plugins.providers.multipart
Class OutputPart
java.lang.Object
org.jboss.resteasy.plugins.providers.multipart.OutputPart
public class OutputPart
- extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputPart
public OutputPart(Object entity,
Class<?> type,
Type genericType,
javax.ws.rs.core.MediaType mediaType)
getHeaders
public javax.ws.rs.core.MultivaluedMap<String,Object> getHeaders()
getEntity
public Object getEntity()
getType
public Class<?> getType()
getGenericType
public Type getGenericType()
getMediaType
public javax.ws.rs.core.MediaType getMediaType()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.