public interface WSDLPortType extends WSDLObject, WSDLExtensible
Modifier and Type | Method and Description |
---|---|
WSDLOperation |
get(String operationName)
Gets the
WSDLOperation for a given operation name |
QName |
getName()
Gets the name of the wsdl:portType@name attribute value as local name and wsdl:definitions@targetNamespace
as the namespace uri.
|
Iterable<? extends WSDLOperation> |
getOperations()
Gets
Iterable <WSDLOperation > |
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensions
getLocation
QName getName()
WSDLOperation get(String operationName)
WSDLOperation
for a given operation nameoperationName
- non-null operationNameWSDLOperation
is not foundIterable<? extends WSDLOperation> getOperations()
Iterable
<WSDLOperation
>Copyright © 2015 Oracle Corporation. All rights reserved.