public interface PlotService
Modifier and Type | Method and Description |
---|---|
boolean |
canCreateSession()
Indicates whether it makes sense to invoke this service for
creating a new session, or whether it has to refer to an existing
session.
|
String |
getServiceName()
Returns the name of the service.
|
String |
getXmlDescription()
Returns a user-directed XML description of the invocation syntax and
behaviour of this service.
|
void |
sessionRespond(PlotSession<?,?> session,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Responds to an HTTP request relating to a given plot session.
|
String getServiceName()
boolean canCreateSession()
String getXmlDescription()
void sessionRespond(PlotSession<?,?> session, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
session
- plot sessionrequest
- HTTP request supplying action detailsresponse
- HTTP response to which output must be writtenIOException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.