public interface WSDLService extends WSDLObject, WSDLExtensible
Modifier and Type | Method and Description |
---|---|
WSDLPort |
get(QName portName)
Gets the
WSDLPort for a given port name |
WSDLPort |
getFirstPort()
Gets the first
WSDLPort if any, or otherwise null. |
WSDLPort |
getMatchingPort(QName portTypeName)
Gets the first port in this service which matches the portType
|
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 |
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensions
getLocation
@NotNull QName getName()
WSDLPort get(QName portName)
WSDLPort
for a given port nameportName
- non-null operationNameWSDLPort
is not found@Nullable WSDLPort getMatchingPort(QName portTypeName)
Iterable<? extends WSDLPort> getPorts()
WSDLPort
in a wsdl:service WSDLService
Copyright © 2015 Oracle Corporation. All rights reserved.