|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.control.livedata.HostResponse
public class HostResponse
Host response.
Constructor Summary | |
---|---|
HostResponse()
Creates instance of host respone. |
|
HostResponse(String contentType,
Document document)
Creates instance of host response. |
Method Summary | |
---|---|
String |
getContentType()
Gets content type. |
Document |
getDocument()
|
void |
setContentType(String contentType)
Sets content type. |
void |
setDocument(Document document)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HostResponse()
public HostResponse(String contentType, Document document)
contentType
- content typedocument
- documentMethod Detail |
---|
public String getContentType()
public void setContentType(String contentType)
contentType
- the contentType to setpublic Document getDocument()
public void setDocument(Document document)
document
- the document to set
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |