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:
- GWSPort.h
Encapsulates a WSDL port within a service.
The port provides access to the particular
binding used to perform an operation.
Method summary
- (
GWSBinding*)
binding;
Return the binding of this port.
- (NSArray*)
extensibility;
Return the extensibility for this port.
- (NSString*)
name;
Return the name of this port type.
- (void)
setExtensibility: (NSArray*)extensibility;
Set the extensibility elements for this
document.
- (
GWSElement*)
tree;
Return a tree representation of the receiver for
output as part of a WSDL document.