com.ibm.wsdl
Class PortImpl
- AttributeExtensible, ElementExtensible, Port, java.io.Serializable, WSDLElement
This class represents a port, an endpoint for the
functionality described by a particular port type.
- Paul Fremantle
- Nirmal Mukhi
- Matthew J. Duftler
name
protected String name
nativeAttributeNames
protected List nativeAttributeNames
serialVersionUID
public static final long serialVersionUID
getBinding
public Binding getBinding()
Get the binding this port refers to.
- getBinding in interface Port
- the binding associated with this port
getName
public String getName()
Get the name of this port.
- getName in interface Port
getNativeAttributeNames
public List getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames in interface AttributeExtensible
- a List of Strings, one for each local attribute name
setBinding
public void setBinding(Binding binding)
Set the binding this port should refer to.
- setBinding in interface Port
binding
- the desired binding
setName
public void setName(String name)
Set the name of this port.
- setName in interface Port
Copyright B) 2003,2006 IBM. All Rights Reserved.