|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditableWSDLInput
Method Summary | |
---|---|
void |
freeze(EditableWSDLModel root)
Freezes WSDL model to prevent further modification |
EditableWSDLMessage |
getMessage()
Gives the WSDLMessage corresponding to wsdl:input@message This method should not be called before the entire WSDLModel is built. |
EditableWSDLOperation |
getOperation()
Gives the owning WSDLOperation |
void |
setAction(java.lang.String action)
Sets action |
void |
setDefaultAction(boolean defaultAction)
Set to true if this is the default action |
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLInput |
---|
getAction, getName, getQName, isDefaultAction |
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 |
---|
EditableWSDLMessage getMessage()
WSDLInput
getMessage
in interface WSDLInput
@NotNull EditableWSDLOperation getOperation()
WSDLInput
WSDLOperation
getOperation
in interface WSDLInput
void setAction(java.lang.String action)
action
- Actionvoid setDefaultAction(boolean defaultAction)
defaultAction
- True, if default actionvoid freeze(EditableWSDLModel root)
root
- WSDL Model
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |