|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TFault in org.xmlsoap.schemas.wsdl |
Fields in org.xmlsoap.schemas.wsdl declared as TFault | |
private TFault[] |
TOperation.fault
|
private TFault[] |
TOperation.fault2
|
Methods in org.xmlsoap.schemas.wsdl that return TFault | |
TFault[] |
TOperation.getFault()
Gets the fault value for this TOperation. |
TFault |
TOperation.getFault(int i)
|
TFault[] |
TOperation.getFault2()
Gets the fault2 value for this TOperation. |
TFault |
TOperation.getFault2(int i)
|
Methods in org.xmlsoap.schemas.wsdl with parameters of type TFault | |
void |
TOperation.setFault(TFault[] fault)
Sets the fault value for this TOperation. |
void |
TOperation.setFault(int i,
TFault _value)
|
void |
TOperation.setFault2(TFault[] fault2)
Sets the fault2 value for this TOperation. |
void |
TOperation.setFault2(int i,
TFault _value)
|
Constructors in org.xmlsoap.schemas.wsdl with parameters of type TFault | |
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 |