|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the ability to plug additional functionality into the map service.
Method Summary | |
void |
doGet(Request inRequest,
Response inResponse)
Called when a request is sent to this service. |
java.lang.String |
getName()
Called to identify this service. |
Node |
getNode()
Called to get the configuration information for this service. |
void |
setNode(Node inNode)
Called to set the configuration information for this service. |
void |
setServer(Server inServer)
Called before the first request is sent to the server, just after the set Node. |
Method Detail |
public java.lang.String getName()
public void doGet(Request inRequest, Response inResponse) throws java.lang.Exception
java.lang.Exception
public void setNode(Node inNode)
public Node getNode()
public void setServer(Server inServer)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |