org.jvnet.wom.impl
Class WSDLBoundInputImpl

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

public class WSDLBoundInputImpl
extends WSDLBoundInput

Author:
Vivek Pandey

Constructor Summary
WSDLBoundInputImpl(org.xml.sax.Locator locator, javax.xml.namespace.QName name, WSDLDocumentImpl document)
           
 
Method Summary
 java.lang.String getDocumentation()
          Gives the Comment on a WSDL component.
 WSDLInput getInput()
          Gives the abstract wsdl:input
 WSDLPart.Binding getPartBinding(java.lang.String partName)
          Gives the WSDLPart.Binding this part is associated with.
 void setDocumentation(java.lang.String doc)
           
 void setParent(WSDLBoundOperationImpl parent)
           
<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

WSDLBoundInputImpl

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

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.