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.
- 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.