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, getExtension, getExtensions, getExtensionsgetLocationQName getName()
WSDLOperation get(String operationName)
WSDLOperation for a given operation nameoperationName - non-null operationNameWSDLOperation is not foundIterable<? extends WSDLOperation> getOperations()
Iterable<WSDLOperation>Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.