org.gcube.common.handlers
Class GCUBEHandler

java.lang.Object
  extended by org.apache.axis.handlers.BasicHandler
      extended by org.gcube.common.handlers.GCUBEHandler
All Implemented Interfaces:
Serializable, org.apache.axis.Handler

public class GCUBEHandler
extends org.apache.axis.handlers.BasicHandler

See Also:
Serialized Form

Field Summary
static String CALLER_PROPERTY
          Property of the message context that identifies services across requests and responses.
protected static GCUBELog logger
          Class logger.
static String SERVICECONTEXT_PROPERTY
          Property of the message context that identifies services across requests and responses.
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
GCUBEHandler()
           
 
Method Summary
 void invoke(org.apache.axis.MessageContext mc)
          Handles scope information and times gCube calls.
 void onFault(org.apache.axis.MessageContext mc)
          
 
Methods inherited from class org.apache.axis.handlers.BasicHandler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICECONTEXT_PROPERTY

public static final String SERVICECONTEXT_PROPERTY
Property of the message context that identifies services across requests and responses.

See Also:
Constant Field Values

CALLER_PROPERTY

public static final String CALLER_PROPERTY
Property of the message context that identifies services across requests and responses.

See Also:
Constant Field Values

logger

protected static GCUBELog logger
Class logger.

Constructor Detail

GCUBEHandler

public GCUBEHandler()
Method Detail

invoke

public void invoke(org.apache.axis.MessageContext mc)
            throws GCUBEFault
Handles scope information and times gCube calls.

Parameters:
mc - the message context.
Throws:
GCUBEFault

onFault

public void onFault(org.apache.axis.MessageContext mc)

Specified by:
onFault in interface org.apache.axis.Handler
Overrides:
onFault in class org.apache.axis.handlers.BasicHandler


Copyright © 2012. All Rights Reserved.