Interface EnvelopedInput<T>
- 
- All Known Implementing Classes:
 EnvelopedInputImpl
public interface EnvelopedInput<T>- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetEntity()<T2> T2getEntity(Class<T2> type)<T2> T2getEntity(Class<T2> type, PrivateKey key, X509Certificate cert)TgetEntity(PrivateKey key, X509Certificate cert)ObjectgetEntity(javax.ws.rs.core.GenericType type)ObjectgetEntity(javax.ws.rs.core.GenericType type, PrivateKey key, X509Certificate cert) 
 - 
 
- 
- 
Method Detail
- 
getEntity
T getEntity()
 
- 
getEntity
T getEntity(PrivateKey key, X509Certificate cert)
 
- 
getEntity
<T2> T2 getEntity(Class<T2> type)
 
- 
getEntity
<T2> T2 getEntity(Class<T2> type, PrivateKey key, X509Certificate cert)
 
- 
getEntity
Object getEntity(javax.ws.rs.core.GenericType type)
 
- 
getEntity
Object getEntity(javax.ws.rs.core.GenericType type, PrivateKey key, X509Certificate cert)
 
 - 
 
 -