public class SMIMEOutput extends Object
Constructor and Description |
---|
SMIMEOutput(Object obj,
javax.ws.rs.core.MediaType mediaType) |
SMIMEOutput(Object obj,
String mediaType) |
Modifier and Type | Method and Description |
---|---|
X509Certificate |
getCertificate() |
Object |
getEntity() |
Type |
getGenericType() |
javax.ws.rs.core.MediaType |
getMediaType() |
Class |
getType() |
void |
setCertificate(X509Certificate certificate) |
void |
setEntity(Object entity) |
void |
setGenericType(Type genericType) |
void |
setMediaType(javax.ws.rs.core.MediaType mediaType) |
void |
setMediaType(String mediaType) |
void |
setType(Class type) |
void |
setType(GenericType t) |
public SMIMEOutput(Object obj, javax.ws.rs.core.MediaType mediaType)
public Object getEntity()
public void setEntity(Object entity)
public Type getGenericType()
public void setGenericType(Type genericType)
public Class getType()
public void setType(Class type)
public void setType(GenericType t)
public javax.ws.rs.core.MediaType getMediaType()
public void setMediaType(javax.ws.rs.core.MediaType mediaType)
public void setMediaType(String mediaType)
public X509Certificate getCertificate()
public void setCertificate(X509Certificate certificate)
Copyright © 2016. All rights reserved.