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()


Copyright © 2013. All Rights Reserved.