GWSPort class documentation

Authors

Richard Frith-Macdonald (rfm@gnu.org)

Version: 25485

Date: 2007-09-14 13:54:55 +0100 (Fri, 14 Sep 2007)

Copyright: (C) 2008 Free Software Foundation, Inc.

Software documentation for the GWSPort class

GWSPort : NSObject

Declared in:
GWSPort.h
Encapsulates a WSDL port within a service.
The port provides access to the particular binding used to perform an operation.
Method summary

binding 

- (GWSBinding*) binding;
Return the binding of this port.

extensibility 

- (NSArray*) extensibility;
Return the extensibility for this port.

name 

- (NSString*) name;
Return the name of this port type.

setExtensibility: 

- (void) setExtensibility: (NSArray*)extensibility;
Set the extensibility elements for this document.

tree 

- (GWSElement*) tree;
Return a tree representation of the receiver for output as part of a WSDL document.