|
||||||||||
| 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.WSDLService
public abstract class WSDLService
Abstraction of wsdl:service.
| Constructor Summary | |
|---|---|
protected |
WSDLService(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
|
| Method Summary | |
|---|---|
abstract WSDLPort |
get(javax.xml.namespace.QName portName)
Gets the WSDLPort for a given port name |
abstract java.lang.Iterable<? extends WSDLPort> |
getPorts()
Gives all the WSDLPort in a wsdl:service WSDLService |
| 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 WSDLService(org.xml.sax.Locator locator,
javax.xml.namespace.QName name)
| Method Detail |
|---|
public abstract WSDLPort get(javax.xml.namespace.QName portName)
WSDLPort for a given port name
portName - non-null operationName
WSDLPort is not foundpublic abstract java.lang.Iterable<? extends WSDLPort> getPorts()
WSDLPort in a wsdl:service WSDLService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||