Package gavo :: Package protocols :: Module uwsactions :: Class JobAction
[frames] | no frames]

Class JobAction

source code

object --+
         |
        JobAction
Known Subclasses:

an action done to a job.

It defines methods do<METHOD> that are dispatched through JobActions.

It must have a name corresponding to the child resource names from the UWS spec.

Instance Methods
 
getResource(self, job, request, segments) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  name = None
hash(x)
  mime = 'text/xml'
Properties

Inherited from object: __class__