org.jasig.portlet.proxy.service
Class GenericContentResponseImpl

java.lang.Object
  extended by org.jasig.portlet.proxy.service.GenericContentResponseImpl
All Implemented Interfaces:
IContentResponse
Direct Known Subclasses:
HttpContentResponseImpl

public class GenericContentResponseImpl
extends Object
implements IContentResponse


Constructor Summary
GenericContentResponseImpl()
           
GenericContentResponseImpl(String proxiedLocation, InputStream content)
           
 
Method Summary
 void close()
           
 InputStream getContent()
           
 String getProxiedLocation()
           
 void setContent(InputStream content)
           
 void setProxiedLocation(String proxiedLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericContentResponseImpl

public GenericContentResponseImpl()

GenericContentResponseImpl

public GenericContentResponseImpl(String proxiedLocation,
                                  InputStream content)
Method Detail

close

public void close()
Specified by:
close in interface IContentResponse

getProxiedLocation

public String getProxiedLocation()
Specified by:
getProxiedLocation in interface IContentResponse

setProxiedLocation

public void setProxiedLocation(String proxiedLocation)

getContent

public InputStream getContent()
Specified by:
getContent in interface IContentResponse

setContent

public void setContent(InputStream content)


Copyright © 2012 Jasig. All Rights Reserved.