GWSPortType 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 GWSPortType class

GWSPortType : NSObject

Declared in:
GWSPortType.h
Description forthcoming.
Method summary

documentation 

- (GWSElement*) documentation;
Return the documentation for this port type.

name 

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

operationWithName: create: 

- (GWSElement*) operationWithName: (NSString*)name create: (BOOL)shouldCreate;
Return the named operation.

operations 

- (NSDictionary*) operations;
Returns the dictionary of GWSElement nodes representing operations.

removeOperationNamed: 

- (void) removeOperationNamed: (NSString*)name;
Remove a named operation.

setDocumentation: 

- (void) setDocumentation: (GWSElement*)documentation;
Set the documentation for the receiver.

tree 

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