org.jvnet.wom.impl
Class WSDLPortTypeImpl
java.lang.Object
org.jvnet.wom.api.WSDLEntity
org.jvnet.wom.api.WSDLPortType
org.jvnet.wom.impl.WSDLPortTypeImpl
- All Implemented Interfaces:
- WSDLExtensible
public class WSDLPortTypeImpl
- extends WSDLPortType
- Author:
- Vivek Pandey
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLPortTypeImpl
public WSDLPortTypeImpl(org.xml.sax.Locator locator,
javax.xml.namespace.QName name,
WSDLDocumentImpl document)
get
public WSDLOperation get(javax.xml.namespace.QName operationName)
- Description copied from class:
WSDLPortType
- Gets the
WSDLOperation for a given operation name
- Specified by:
get in class WSDLPortType
- Parameters:
operationName - non-null operationName
- Returns:
- null if a
WSDLOperation is not found
addOperation
public void addOperation(WSDLOperationImpl op)
getOperations
public java.lang.Iterable<WSDLOperation> getOperations()
- Description copied from class:
WSDLPortType
- Gets
Iterable<{$link WSDLOperation}>
- Specified by:
getOperations in class WSDLPortType
setDocumentation
public void setDocumentation(java.lang.String doc)
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
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.