Package com.sun.xml.ws.api.model.wsdl
Interface WSDLPortType
- All Superinterfaces:
WSDLExtensible,WSDLObject
- All Known Subinterfaces:
EditableWSDLPortType
- All Known Implementing Classes:
WSDLPortTypeImpl
Abstraction of wsdl:portType.
- Author:
- Vivek Pandey
-
Method Summary
Modifier and TypeMethodDescriptionGets theWSDLOperationfor a given operation namegetName()Gets the name of the wsdl:portType@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri.Iterable<? extends WSDLOperation>GetsIterable7lt;WSDLOperation>Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensionsMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocation
-
Method Details
-
getName
QName getName()Gets the name of the wsdl:portType@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri. -
get
Gets theWSDLOperationfor a given operation name- Parameters:
operationName- non-null operationName- Returns:
- null if a
WSDLOperationis not found
-
getOperations
Iterable<? extends WSDLOperation> getOperations()GetsIterable7lt;WSDLOperation>
-