|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.wom.api.WSDLEntity
org.jvnet.wom.api.WSDLBoundInput
public abstract class WSDLBoundInput
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
| 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 |
|---|
public WSDLBoundInput(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
| Method Detail |
|---|
public abstract WSDLPart.Binding getPartBinding(java.lang.String partName)
WSDLPart.Binding this part is associated with. The default value is Binding.Body.
public abstract WSDLInput getInput()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||