com.ibm.wsdl
public class PortImpl extends AbstractWSDLElement implements Port
Field Summary | |
---|---|
protected Binding | binding |
protected String | name |
protected List | nativeAttributeNames |
static long | serialVersionUID |
Method Summary | |
---|---|
Binding | getBinding()
Get the binding this port refers to.
|
String | getName()
Get the name of this port.
|
List | getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
|
void | setBinding(Binding binding)
Set the binding this port should refer to.
|
void | setName(String name)
Set the name of this port.
|
String | toString() |
Returns: the binding associated with this port
Returns: the port name
Returns: a List of Strings, one for each local attribute name
Parameters: binding the desired binding
Parameters: name the desired name