Search Results
OK to copy?
Examples 1 through 7 of
7 (0.0010 seconds)
Class:
org.apache.axis.client.Call
©,
Rating:
0% of 0,
C3
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C1
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C1
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C1
1460 this.setOperationName( opName );
1461 this.setEncodingStyle( null );
1462 this.setReturnType( null );
1463 this.removeAllParameters();
1464
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
1380 javaType = javaType + ".class";
1381 }
1382 this.setReturnType(returnType);
1383 try {
1384 this.setReturnClass(ClassUtils.forName(javaType));
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
1221 this.setOperationName( opName );
1222 this.setEncodingStyle( null );
1223 this.setReturnType( null );
1224 this.removeAllParameters();
1225
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C1
1088 */
1089 public void setReturnTypeAsHeader(QName xmlType, Class javaType) {
1090 setReturnType(xmlType, javaType);
1091 operation.setReturnHeader(true);
1092 } // setReturnTypeAsHeader
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C1
1080 */
1081 public void setReturnTypeAsHeader(QName xmlType) {
1082 setReturnType(xmlType);
1083 operation.setReturnHeader(true);
1084 } // setReturnTypeAsHeader
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C1
1071 */
1072 public void setReturnType(QName xmlType, Class javaType) {
1073 setReturnType(xmlType);
1074 // Use specified type as the operation return
1075 operation.setReturnClass(javaType);
Result Page:
1