com.sun.xml.ws.api.model.wsdl
Interface WSDLPortType

All Superinterfaces:
WSDLExtensible, WSDLObject
All Known Implementing Classes:
WSDLPortTypeImpl

public interface WSDLPortType
extends WSDLObject, WSDLExtensible

Abstraction of wsdl:portType.


Method Summary
 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<{$link WSDLOperation}>
 
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
addExtension, getExtension, getExtensions, getExtensions
 
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocation
 

Method Detail

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

WSDLOperation get(String operationName)
Gets the WSDLOperation for a given operation name

Parameters:
operationName - non-null operationName
Returns:
null if a WSDLOperation is not found

getOperations

Iterable<? extends WSDLOperation> getOperations()
Gets Iterable<{$link WSDLOperation}>