RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

org.jboss.resteasy.spi
Interface MarshalledEntity<T>


public interface MarshalledEntity<T>

Allows you to access the entity's raw bytes as well as the marshalled object.

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 T getEntity()
           
 byte[] getMarshalledBytes()
           
 

Method Detail

getMarshalledBytes

byte[] getMarshalledBytes()

getEntity

T getEntity()

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.