public interface EditableWSDLFault extends WSDLFault
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:fault@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, isDefaultAction
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensions
getLocation
EditableWSDLMessage getMessage()
WSDLFault
getMessage
in interface WSDLFault
@NotNull EditableWSDLOperation getOperation()
WSDLFault
WSDLOperation
getOperation
in interface WSDLFault
void 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.