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. |
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, getExtension, getExtensions, getExtensions
getLocation
@NotNull QName getName()
WSDLPort get(QName portName)
WSDLPort
for a given port nameportName
- non-null operationNameWSDLPort
is not foundIterable<? extends WSDLPort> getPorts()
WSDLPort
in a wsdl:service WSDLService
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.