org.gcube.common.ghn.service.handlers.request
Class ScopeHandler

java.lang.Object
  extended by org.gcube.common.ghn.service.handlers.AbstractHandler<RequestHandler>
      extended by org.gcube.common.ghn.service.handlers.RequestHandler
          extended by org.gcube.common.ghn.service.handlers.request.ScopeHandler
All Implemented Interfaces:
ServiceHandler<RequestHandler>

public class ScopeHandler
extends RequestHandler


Constructor Summary
ScopeHandler()
           
 
Method Summary
 void handleRequest(Pipeline<RequestHandler> pipeline, RequestEvent e)
          Invoked when the container receives a request for a servlet of a managed service.
 String name()
          Returns the name of the handler.
 
Methods inherited from class org.gcube.common.ghn.service.handlers.RequestHandler
handleResponse, onEvent, start, stop
 
Methods inherited from class org.gcube.common.ghn.service.handlers.AbstractHandler
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScopeHandler

public ScopeHandler()
Method Detail

name

public String name()
Description copied from interface: ServiceHandler
Returns the name of the handler.

Returns:
the name

handleRequest

public void handleRequest(Pipeline<RequestHandler> pipeline,
                          RequestEvent e)
Description copied from class: RequestHandler
Invoked when the container receives a request for a servlet of a managed service.

Overrides:
handleRequest in class RequestHandler
Parameters:
pipeline - the pipeline in which this handler is registered
e - the event


Copyright © 2012. All Rights Reserved.