Authors
- Richard Frith-Macdonald (
rfm@gnu.org
)
-
Date: Generated at 2024-11-17 22:25:37 -0700
Copyright: (C) 2008 Free Software Foundation, Inc.
- Declared in:
- GWSPortType.h
Description forthcoming.
Method summary
- (
GWSElement*)
documentation;
Return the documentation for this port type.
- (NSString*)
name;
Return the name of this port type.
- (
GWSElement*)
operationWithName: (NSString*)name
create: (BOOL)shouldCreate;
Return the named operation.
- (NSDictionary*)
operations;
Returns the dictionary of GWSElement nodes
representing operations.
- (void)
removeOperationNamed: (NSString*)name;
Remove a named operation.
- (void)
setDocumentation: (
GWSElement*)documentation;
Set the documentation for the receiver.
- (
GWSElement*)
tree;
Return a tree representation of the receiver for
output as part of a WSDL document.