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

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

public interface WSDLPortType
extends WSDLObject, WSDLExtensible

Abstraction of wsdl:portType.

Author:
Vivek Pandey

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<WSDLOperation>
 
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensions
 
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<WSDLOperation>



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.