|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TParam in org.xmlsoap.schemas.wsdl |
Fields in org.xmlsoap.schemas.wsdl declared as TParam | |
private TParam |
TOperation.input
|
private TParam |
TOperation.output
|
private TParam |
TOperation.output2
|
private TParam |
TOperation.input2
|
Methods in org.xmlsoap.schemas.wsdl that return TParam | |
TParam |
TOperation.getInput()
Gets the input value for this TOperation. |
TParam |
TOperation.getOutput()
Gets the output value for this TOperation. |
TParam |
TOperation.getOutput2()
Gets the output2 value for this TOperation. |
TParam |
TOperation.getInput2()
Gets the input2 value for this TOperation. |
Methods in org.xmlsoap.schemas.wsdl with parameters of type TParam | |
void |
TOperation.setInput(TParam input)
Sets the input value for this TOperation. |
void |
TOperation.setOutput(TParam output)
Sets the output value for this TOperation. |
void |
TOperation.setOutput2(TParam output2)
Sets the output2 value for this TOperation. |
void |
TOperation.setInput2(TParam input2)
Sets the input2 value for this TOperation. |
Constructors in org.xmlsoap.schemas.wsdl with parameters of type TParam | |
TOperation(TParam input,
TParam output,
TFault[] fault,
TParam output2,
TParam input2,
TFault[] fault2,
org.apache.axis.types.NCName name,
org.apache.axis.types.NMTokens parameterOrder)
|
|
||||||||
PREV NEXT | FRAMES NO FRAMES |