Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

WsdlPull::PortType Class Reference

#include <PortType.h>

Inheritance diagram for WsdlPull::PortType:

Inheritance graph
[legend]
Collaboration diagram for WsdlPull::PortType:

Collaboration graph
[legend]
List of all members.

Public Types

typedef std::list< PortType
* >::iterator 
PortTypeIterator
typedef std::list< PortType
* >::const_iterator 
cPortTypeIterator

Public Member Functions

 PortType (WsdlParser &w)
 ~PortType ()
Various Getter methods
int getNumOps (void) const
const OperationgetOperation (int index) const
const OperationgetOperation (const Qname &name) const
int getOperationIndex (const Qname &name) const
bool getOperations (Operation::cOpIterator &start, Operation::cOpIterator &finish) const
binding
Returns:
const Binding* returns Binding associated with the port type which has a binding protocol specified by 'nsp'


const Binding * binding (const std::string &nsp) const
Various Setter methods
void addOp (Operation *op)
void setBinding (Binding *bn)

Member Typedef Documentation

typedef std::list<PortType*>::iterator WsdlPull::PortType::PortTypeIterator
 

typedef std::list<PortType*>::const_iterator WsdlPull::PortType::cPortTypeIterator
 


Constructor & Destructor Documentation

WsdlPull::PortType::PortType WsdlParser w  )  [inline]
 

WsdlPull::PortType::~PortType  )  [inline]
 


Member Function Documentation

int WsdlPull::PortType::getNumOps void   )  const [inline]
 

const Operation * WsdlPull::PortType::getOperation int  index  )  const [inline]
 

getOperation

Parameters:
index of the operation index:0..ops.size()-1
Returns:
pointer to the Operation

const Operation * WsdlPull::PortType::getOperation const Qname name  )  const [inline]
 

getOperation

Parameters:
name of the operation
Returns:
pointer to the Operation

int WsdlPull::PortType::getOperationIndex const Qname name  )  const [inline]
 

bool WsdlPull::PortType::getOperations Operation::cOpIterator start,
Operation::cOpIterator finish
const [inline]
 

getOperations

Returns:
bool returns the iterators to start and end of operations

const Binding * WsdlPull::PortType::binding const std::string &  nsp  )  const [inline]
 

void WsdlPull::PortType::addOp Operation op  )  [inline]
 

void WsdlPull::PortType::setBinding Binding *  bn  )  [inline]
 


The documentation for this class was generated from the following file:
Generated on Mon Feb 6 23:03:02 2006 for wsdlpull by  doxygen 1.3.9.1