| Home | Trees | Index | Help |
|
|---|
| Package AccessGrid :: Module AGNetworkService :: Class AGNetworkServiceI |
|
SOAPInterface --+
|
AGNetworkServiceI
| Method Summary | |
|---|---|
This constructor for all SOAP Interfaces. | |
StopTransform(self,
streamList)
| |
Transform(self,
streamList)
| |
This is meant to be a base class for all SOAP interfaces, so it's going to default to disallow calls. | |
| Inherited from SOAPInterface | |
This method is here to support calls that just want to see if there is a valid server endpoint for communication from the client. | |
This method is here to support calls that just want to see if there is a valid server endpoint for communication from the client. | |
This method implements the guts of extracting the subject from the soap call. | |
This method implements the guts of extracting the subject and the action from the SOAP call. | |
This method extracts all the methods and creates MethodActions for them, which means Authorization can be automatically loaded with actions for all the methods on an interface object. | |
| Method Details |
|---|
__init__(self,
impl)
|
_authorize(self, *args, **kw)This is meant to be a base class for all SOAP interfaces, so it's going to default to disallow calls. Derived interfaces can tailor this to suit their needs. @return: 0, things are not authorized by default.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Apr 14 16:39:29 2005 | http://epydoc.sf.net |