org.glassfish.jersey.message.internal
Interface Entity
public interface Entity
Jersey message entity internal contract.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
isEmpty
boolean isEmpty()
content
Object content()
content
<T> T content(Class<T> type)
content
<T> T content(javax.ws.rs.core.GenericType<T> type)
content
<T> T content(Class<T> type,
Annotation[] annotations)
content
<T> T content(javax.ws.rs.core.GenericType<T> type,
Annotation[] annotations)
bufferEntity
void bufferEntity()
throws javax.ws.rs.core.MessageProcessingException
- Throws:
javax.ws.rs.core.MessageProcessingException
isEntityRetrievable
boolean isEntityRetrievable()
type
Type type()
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.