Package com.storedobject.tools
Class JSONServiceWS
- All Implemented Interfaces:
Device,ErrorLogger
-
Field Summary
Fields inherited from class com.storedobject.tools.AbstractJSONService
debugFields inherited from class com.storedobject.tools.SystemDevice
login, server -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected OutputStreamprotected Writerprotected booleanprotected voidprotected Objectpush()protected voidprotected voidsetContentType(String contentType) protected voidsetStatus(int status) protected voidsetStreamData(StreamData streamData) Methods inherited from class com.storedobject.tools.AbstractJSONService
doService, getDeviceHeight, getDeviceType, getDeviceWidth, getIdentifierTag, getPackageName, isAuthenticMethods inherited from class com.storedobject.tools.SystemDevice
getDefaultEntity, getDeviceLayout, getDriverIdentifier, getIdentifier, getIPAddress, getLocale, getMajorVersion, getMessageViewer, getMinorVersion, getServer, loggedIn, notify, setDeviceLayout, setIPAddress, setLocale, setServer, showNotification, showNotification, showNotification, showNotification, view
-
Constructor Details
-
JSONServiceWS
-
-
Method Details
-
getOutputStream
- Specified by:
getOutputStreamin classAbstractJSONService<Object>
-
push
- Specified by:
pushin classAbstractJSONService<Object>
-
pop
- Specified by:
popin classAbstractJSONService<Object>
-
notToRespond
protected boolean notToRespond()- Specified by:
notToRespondin classAbstractJSONService<Object>
-
getWriter
- Specified by:
getWriterin classAbstractJSONService<Object>
-
responded
protected void responded()- Specified by:
respondedin classAbstractJSONService<Object>
-
setStreamData
- Specified by:
setStreamDatain classAbstractJSONService<Object>- Throws:
SOException
-
setContentType
- Specified by:
setContentTypein classAbstractJSONService<Object>
-
setStatus
protected void setStatus(int status) - Specified by:
setStatusin classAbstractJSONService<Object>
-
close
public void close()- Specified by:
closein interfaceDevice- Overrides:
closein classAbstractJSONService<Object>
-