oracle.wsdl.internal
Interface  Port
- All Superinterfaces: 
 - Documentable, Extensible, Namable, java.io.Serializable, WSDLElement
 
- public interface Port
- extends WSDLElement, Namable, Documentable, Extensible
  
This Port represents WSDL port definition of services.
 
 
 
 
 
getBinding
public QName getBinding()
- Get binding for this port
 
- Returns:
 - the qname of binding
 
 
 
setBinding
public void setBinding(QName binding)
- Set binding for this port
 
- Parameters:
 binding - the qname of binding
 
 
Copyright © 2001 Oracle SOAP. All Rights Reserved.