| Home | Trees | Indices | Help | 
|---|
| 
       | 
  
The port selector is used to select a web service port. In cases where multiple ports have been defined and no default has been specified, the port is found by name (or index) and a MethodSelector for the port is returned. In all cases, attribute access is forwarded to the MethodSelector for either the first port or the default port (when specified).
    
  | 
|||
      
  | 
  |||
| MethodSelector. | 
      
  | 
  ||
| MethodSelector. | 
      
  | 
  ||
| MethodSelector. | 
      
  | 
  ||
| MethodSelector. | 
      
  | 
  ||
    
  | 
|||
| Client | 
        __client A suds client.  | 
  ||
| list | 
        __ports A list of service ports.  | 
  ||
| str | 
        __qn The qualified name of the port (used for logging).  | 
  ||
    
  | 
|||
  
 
  | 
  
 Request to access an attribute is forwarded to the MethodSelector for either the first port or the default port (when specified). 
  | 
  
 Provides selection of the port by name (string) or index (integer). In cases where only (1) port is defined or a default has been specified, the request is forwarded to the MethodSelector. 
  | 
  
 Find a port by name (string) or index (integer). 
  | 
  
 Get the default port if defined in the options. 
  | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 21 14:39:08 2011 | http://epydoc.sourceforge.net |