org.jvnet.wom.api
Class WSDLPort

java.lang.Object
  extended by org.jvnet.wom.api.WSDLEntity
      extended by org.jvnet.wom.api.WSDLPort
All Implemented Interfaces:
WSDLExtensible
Direct Known Subclasses:
WSDLPortImpl

public abstract class WSDLPort
extends WSDLEntity

Abstracts wsdl:service/wsdl:port

Author:
Vivek Pandey

Constructor Summary
protected WSDLPort(org.xml.sax.Locator locator, javax.xml.namespace.QName name)
           
 
Method Summary
abstract  WSDLBoundPortType getBinding()
          Gets WSDLBoundPortType associated with the WSDLPort, always non-null.
abstract  WSDLService getOwner()
          Gets the WSDLService that owns this port.
 
Methods inherited from class org.jvnet.wom.api.WSDLEntity
addExtension, getDocumentation, getExtension, getExtensions, getFirstExtension, getLocation, getName, getOwnerWSDLModel, getWSDLDocument, setOwnerWSDLDocument, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLPort

protected WSDLPort(org.xml.sax.Locator locator,
                   javax.xml.namespace.QName name)
Method Detail

getBinding

public abstract WSDLBoundPortType getBinding()
Gets WSDLBoundPortType associated with the WSDLPort, always non-null.


getOwner

public abstract WSDLService getOwner()
Gets the WSDLService that owns this port.

Returns:
always non-null.


Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.