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:
ApplicationHandler<RequestHandler>

public class ScopeHandler
extends RequestHandler


Field Summary
protected static String SCOPE_HEADER_NAME
          Name of the scope call header.
protected static String SCOPE_NS
          Namespace of scope-related headers
protected static QName SCOPE_QNAME
           
 
Constructor Summary
ScopeHandler()
           
 
Method Summary
 void handleRequest(RequestEvent event)
          Invoked when the container receives a request for a servlet of a managed app.
 
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
 

Field Detail

SCOPE_NS

protected static final String SCOPE_NS
Namespace of scope-related headers

See Also:
Constant Field Values

SCOPE_HEADER_NAME

protected static final String SCOPE_HEADER_NAME
Name of the scope call header.

See Also:
Constant Field Values

SCOPE_QNAME

protected static final QName SCOPE_QNAME
Constructor Detail

ScopeHandler

public ScopeHandler()
Method Detail

handleRequest

public void handleRequest(RequestEvent event)
Description copied from class: RequestHandler
Invoked when the container receives a request for a servlet of a managed app.

Overrides:
handleRequest in class RequestHandler
Parameters:
event - the event


Copyright © 2013. All Rights Reserved.