org.jvnet.wom.api
Class WSDLBoundInput

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

public abstract class WSDLBoundInput
extends WSDLEntity

Abstraction of wsdl:binding/wsdl:input. This is where all the binding extensibility elements such as soap:body, soap:binding etc are captured.

The binding extensibility elements are: SOAPBody

Author:
Vivek Pandey

Constructor Summary
WSDLBoundInput(org.xml.sax.Locator locator, javax.xml.namespace.QName name)
           
 
Method Summary
abstract  WSDLInput getInput()
          Gives the abstract wsdl:input
abstract  WSDLPart.Binding getPartBinding(java.lang.String partName)
          Gives the WSDLPart.Binding this part is associated with.
 
Methods inherited from class org.jvnet.wom.api.WSDLEntity
addExtension, getDocumentation, getExtension, getExtensions, getFirstExtension, getLocation, getName, getOwnerWSDLModel, getWSDLDocument, setOwnerWSDLDocument, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLBoundInput

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

getPartBinding

public abstract WSDLPart.Binding getPartBinding(java.lang.String partName)
Gives the WSDLPart.Binding this part is associated with. The default value is Binding.Body.


getInput

public abstract WSDLInput getInput()
Gives the abstract wsdl:input



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