org.jvnet.wom.impl
Class WSDLPortImpl
java.lang.Object
org.jvnet.wom.api.WSDLEntity
org.jvnet.wom.api.WSDLPort
org.jvnet.wom.impl.WSDLPortImpl
- All Implemented Interfaces:
- WSDLExtensible
public class WSDLPortImpl
- extends WSDLPort
- Author:
- Vivek Pandey
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLPortImpl
public WSDLPortImpl(org.xml.sax.Locator locator,
javax.xml.namespace.QName name,
WSDLDocumentImpl document)
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.