|
||||||||||
| 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.WSDLOutput
public abstract class WSDLOutput
Abstraction of wsdl:portType/wsdl:operation/wsdl:output
| Constructor Summary | |
|---|---|
protected |
WSDLOutput(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
|
| Method Summary | |
|---|---|
abstract WSDLMessage |
getMessage()
Gives the WSDLMessage corresponding to wsdl:output@message This method should not be called before the entire WSDLDefinitions is built. |
abstract java.util.Collection<WSDLPart> |
getParts()
Gives all the wsdl:part(s) inside the wsdl:output/wsdl:message |
| 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 |
|---|
protected WSDLOutput(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
| Method Detail |
|---|
public abstract WSDLMessage getMessage()
public abstract java.util.Collection<WSDLPart> getParts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||