|
||||||||||
| 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.WSDLMessage
public abstract class WSDLMessage
Abstraction of wsdl:message.
| Constructor Summary | |
|---|---|
WSDLMessage(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
|
|
| Method Summary | |
|---|---|
abstract WSDLPart |
getPart(java.lang.String partName)
Get a part of specific name |
abstract java.util.Collection<WSDLPart> |
parts()
Gets all the parts. |
| 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 WSDLMessage(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
| Method Detail |
|---|
public abstract java.util.Collection<WSDLPart> parts()
public abstract WSDLPart getPart(java.lang.String partName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||