public interface EditableWSDLPortType extends WSDLPortType
| Modifier and Type | Method and Description |
|---|---|
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
|
getNameaddExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensionsgetLocationEditableWSDLOperation get(String operationName)
WSDLPortTypeWSDLOperation for a given operation nameget in interface WSDLPortTypeoperationName - non-null operationNameWSDLOperation is not foundIterable<? extends EditableWSDLOperation> getOperations()
WSDLPortTypeIterable<WSDLOperation>getOperations in interface WSDLPortTypevoid put(String opName, EditableWSDLOperation ptOp)
opName - Operation nameptOp - Operationvoid freeze()
Copyright © 2015 Oracle Corporation. All rights reserved.