org.jvnet.wom.impl
Class WSDLBoundInputImpl
java.lang.Object
org.jvnet.wom.api.WSDLEntity
org.jvnet.wom.api.WSDLBoundInput
org.jvnet.wom.impl.WSDLBoundInputImpl
- All Implemented Interfaces:
- WSDLExtensible
public class WSDLBoundInputImpl
- extends WSDLBoundInput
- Author:
- Vivek Pandey
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLBoundInputImpl
public WSDLBoundInputImpl(org.xml.sax.Locator locator,
javax.xml.namespace.QName name,
WSDLDocumentImpl document)
setParent
public void setParent(WSDLBoundOperationImpl parent)
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)
getPartBinding
public WSDLPart.Binding getPartBinding(java.lang.String partName)
- Description copied from class:
WSDLBoundInput
- Gives the
WSDLPart.Binding this part is associated with. The default value is Binding.Body.
- Specified by:
getPartBinding in class WSDLBoundInput
getInput
public WSDLInput getInput()
- Description copied from class:
WSDLBoundInput
- Gives the abstract wsdl:input
- Specified by:
getInput in class WSDLBoundInput
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.