Class ResponseHolder
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.rest.ResponseHolder
-
- All Implemented Interfaces:
Serializable
public class ResponseHolder extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseHolder(javax.ws.rs.core.Response response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentType()
String
getFilename()
InputStream
getInputStream()
String
getLocation()
-
-
-
Method Detail
-
getInputStream
public InputStream getInputStream()
-
getContentType
public String getContentType()
-
getLocation
public String getLocation()
-
getFilename
public String getFilename()
-
-