com.sun.xml.ws.api.model.wsdl.editable
Interface EditableWSDLPortType

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

public interface EditableWSDLPortType
extends WSDLPortType


Method Summary
 void freeze()
          Freezes WSDL model to prevent further modification
 EditableWSDLOperation get(String operationName)
          Gets the WSDLOperation for a given operation name
 Iterable<? extends EditableWSDLOperation> getOperations()
          Gets Iterable<WSDLOperation>
 void put(String opName, EditableWSDLOperation ptOp)
          Associate WSDL operation with operation name
 
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLPortType
getName
 
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

get

EditableWSDLOperation get(String operationName)
Description copied from interface: WSDLPortType
Gets the WSDLOperation for a given operation name

Specified by:
get in interface WSDLPortType
Parameters:
operationName - non-null operationName
Returns:
null if a WSDLOperation is not found

getOperations

Iterable<? extends EditableWSDLOperation> getOperations()
Description copied from interface: WSDLPortType
Gets Iterable<WSDLOperation>

Specified by:
getOperations in interface WSDLPortType

put

void put(String opName,
         EditableWSDLOperation ptOp)
Associate WSDL operation with operation name

Parameters:
opName - Operation name
ptOp - Operation

freeze

void freeze()
Freezes WSDL model to prevent further modification



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