|
||||||||||
| 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.WSDLBoundOutput
public abstract class WSDLBoundOutput
| Constructor Summary | |
|---|---|
WSDLBoundOutput(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
|
|
| Method Summary | |
|---|---|
abstract WSDLOutput |
getOutput()
Gives the abstract wsdl:output |
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 WSDLBoundOutput(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.
Once you know the binding of a part type, use MimePart.getMimeContentParts()
to get the associated content type(s).
public abstract WSDLOutput getOutput()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||