org.jvnet.wom.impl
Class WSDLPortImpl

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

public class WSDLPortImpl
extends WSDLPort

Author:
Vivek Pandey

Constructor Summary
WSDLPortImpl(org.xml.sax.Locator locator, javax.xml.namespace.QName name, WSDLDocumentImpl document)
           
 
Method Summary
 WSDLBoundPortType getBinding()
          Gets WSDLBoundPortType associated with the WSDLPort, always non-null.
 java.lang.String getDocumentation()
          Gives the Comment on a WSDL component.
 WSDLService getOwner()
          Gets the WSDLService that owns this port.
 void setBinding(javax.xml.namespace.QName qName)
           
 void setDocumentation(java.lang.String doc)
           
 void setOwner(WSDLServiceImpl owner)
           
<V,P> V
visit(WSDLVisitor<V,P> visitor, P param)
          WSDL visitor
 
Methods inherited from class org.jvnet.wom.api.WSDLEntity
addExtension, getExtension, getExtensions, getFirstExtension, getLocation, getName, getOwnerWSDLModel, getWSDLDocument, setOwnerWSDLDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLPortImpl

public WSDLPortImpl(org.xml.sax.Locator locator,
                    javax.xml.namespace.QName name,
                    WSDLDocumentImpl document)
Method Detail

getBinding

public WSDLBoundPortType getBinding()
Description copied from class: WSDLPort
Gets WSDLBoundPortType associated with the WSDLPort, always non-null.

Specified by:
getBinding in class WSDLPort

setBinding

public void setBinding(javax.xml.namespace.QName qName)

getOwner

public WSDLService getOwner()
Description copied from class: WSDLPort
Gets the WSDLService that owns this port.

Specified by:
getOwner in class WSDLPort
Returns:
always non-null.

setOwner

public void setOwner(WSDLServiceImpl owner)

getDocumentation

public java.lang.String getDocumentation()
Description copied from class: WSDLEntity
Gives the Comment on a WSDL component. This is the content of <wsdl:document>

Overrides:
getDocumentation in class WSDLEntity
Returns:
"" if there is no documentation

visit

public <V,P> V visit(WSDLVisitor<V,P> visitor,
                     P param)
Description copied from class: WSDLEntity
WSDL visitor

Specified by:
visit in class WSDLEntity

setDocumentation

public void setDocumentation(java.lang.String doc)


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