|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSDLService
Abstracts wsdl:service.
Method Summary | |
---|---|
WSDLPort |
get(QName portName)
Gets the WSDLPort for a given port name |
WSDLPort |
getFirstPort()
Gets the first WSDLPort if any, or otherwise null. |
QName |
getName()
Gets the name of the wsdl:service@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri. |
WSDLModel |
getParent()
Gets the WSDLModel that owns this service. |
Iterable<? extends WSDLPort> |
getPorts()
Gives all the WSDLPort in a wsdl:service WSDLService |
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible |
---|
addExtension, getExtension, getExtensions, getExtensions |
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject |
---|
getLocation |
Method Detail |
---|
@NotNull WSDLModel getParent()
WSDLModel
that owns this service.
@NotNull QName getName()
WSDLPort get(QName portName)
WSDLPort
for a given port name
portName
- non-null operationName
WSDLPort
is not foundWSDLPort getFirstPort()
WSDLPort
if any, or otherwise null.
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 |