Interface EditableWSDLPortType
- All Superinterfaces:
WSDLExtensible,WSDLObject,WSDLPortType
- All Known Implementing Classes:
WSDLPortTypeImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidfreeze()Freezes WSDL model to prevent further modificationGets theWSDLOperationfor a given operation nameIterable<? extends EditableWSDLOperation>GetsIterable7lt;WSDLOperation>voidput(String opName, EditableWSDLOperation ptOp) Associate WSDL operation with operation nameMethods 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
getLocationMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLPortType
getName
-
Method Details
-
get
Description copied from interface:WSDLPortTypeGets theWSDLOperationfor a given operation name- Specified by:
getin interfaceWSDLPortType- Parameters:
operationName- non-null operationName- Returns:
- null if a
WSDLOperationis not found
-
getOperations
Iterable<? extends EditableWSDLOperation> getOperations()Description copied from interface:WSDLPortTypeGetsIterable7lt;WSDLOperation>- Specified by:
getOperationsin interfaceWSDLPortType
-
put
Associate WSDL operation with operation name- Parameters:
opName- Operation nameptOp- Operation
-
freeze
void freeze()Freezes WSDL model to prevent further modification
-