public interface EditableWSDLOutput extends WSDLOutput
| Modifier and Type | Method and Description |
|---|---|
void |
freeze(EditableWSDLModel root)
Freezes WSDL model to prevent further modification
|
EditableWSDLMessage |
getMessage()
Gives the WSDLMessage corresponding to wsdl:output@message
This method should not be called before the entire WSDLModel is built.
|
EditableWSDLOperation |
getOperation()
Gives the owning
WSDLOperation |
void |
setAction(String action)
Sets action
|
void |
setDefaultAction(boolean defaultAction)
Set to true if this is the default action
|
getAction, getName, getQName, isDefaultActionaddExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensionsgetLocationEditableWSDLMessage getMessage()
WSDLOutputgetMessage in interface WSDLOutput@NotNull EditableWSDLOperation getOperation()
WSDLOutputWSDLOperationgetOperation in interface WSDLOutputvoid setAction(String action)
action - Actionvoid setDefaultAction(boolean defaultAction)
defaultAction - True, if default actionvoid freeze(EditableWSDLModel root)
root - WSDL ModelCopyright © 2015 Oracle Corporation. All rights reserved.