|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Operation represents the WSDL Operation definition.
Method Summary |
Type | Method |
---|---|
void |
addFault(Fault fault)
Add a fault |
Fault |
getFault(java.lang.String name)
Get the fault with specified name |
java.util.Map |
getFaults()
Get all the faults |
Input |
getInput()
Get the input of this operation |
Output |
getOutput()
Get the output of this operation |
java.lang.String[] |
getParameterOrder()
Get the paramter order |
void |
removeFault(java.lang.String name)
Remove the fault with the specified name |
void |
setInput(Input input)
Set the input of this operation |
void |
setOutput(Output output)
Set the output of this operation |
void |
setParameterOrder(java.lang.String[] params)
Set parameter order |
Methods inherited from interface oracle.wsdl.internal.WSDLElement |
getOwnerDefinitions, getParent, serialize |
Methods inherited from interface oracle.wsdl.internal.Namable |
getName, setName |
Methods inherited from interface oracle.wsdl.internal.Documentable |
getDocumentation, setDocumentation |
Method Detail |
public java.lang.String[] getParameterOrder()
public void setParameterOrder(java.lang.String[] params)
params
- the ordered list of parameter namespublic Input getInput()
public void setInput(Input input)
input
- the input to setpublic Output getOutput()
public void setOutput(Output output)
output
- the output to setpublic java.util.Map getFaults()
public Fault getFault(java.lang.String name)
public void addFault(Fault fault)
fault
- the fault to addpublic void removeFault(java.lang.String name)
name
- the name of fault to remove
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |