GWSPort class documentation

Authors

Richard Frith-Macdonald (rfm@gnu.org)

Date: Generated at 2024-11-17 22:25:37 -0700

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.