javax.wsdl
Interface Port
- java.io.Serializable, AttributeExtensible, ElementExtensible, WSDLElement
- PortImpl
This interface represents a port, an endpoint for the
functionality described by a particular port type.
- Paul Fremantle
- Nirmal Mukhi
- Matthew J. Duftler
getBinding
public Binding getBinding()
Get the binding this port refers to.
- the binding associated with this port
getName
public String getName()
Get the name of this port.
setBinding
public void setBinding(Binding binding)
Set the binding this port should refer to.
binding
- the desired binding
setName
public void setName(String name)
Set the name of this port.
Copyright B) 2003,2006 IBM. All Rights Reserved.