|
||||||||||
| 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.WSDLPortType
public abstract class WSDLPortType
Abstraction of wsdl:portType.
| Constructor Summary | |
|---|---|
protected |
WSDLPortType(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
|
| Method Summary | |
|---|---|
abstract WSDLOperation |
get(javax.xml.namespace.QName operationName)
Gets the WSDLOperation for a given operation name |
abstract java.lang.Iterable<WSDLOperation> |
getOperations()
Gets Iterable<{$link WSDLOperation}> |
| 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 WSDLPortType(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
| Method Detail |
|---|
public abstract WSDLOperation get(javax.xml.namespace.QName operationName)
WSDLOperation for a given operation name
operationName - non-null operationName
WSDLOperation is not foundpublic abstract java.lang.Iterable<WSDLOperation> getOperations()
Iterable<{$link WSDLOperation}>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||