Search Results
OK to copy?
Examples 1 through 4 of
4 (0.112 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, C2
2387 // This is a SOAPBodyElement, try to treat it like a return value
2388 try {
2389 result = bodyEl.getValueAsType(getReturnType());
2390 } catch (Exception e) {
2391 // just return the SOAPElement
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
2310 returnParamQName = operation.getReturnQName();
2311
2312 if (!XMLType.AXIS_VOID.equals(getReturnType())) {
2313 if (returnParamQName == null) {
2314 // Assume the first param is the return
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
2216 * if things don't look right.
2217 */
2218 if (!invokeOneWay && operation != null &&
2219 operation.getNumParams() > 0 && getReturnType() == null) {
2220 // TCK:
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C2
2162 * wasn't called (paramXMLTypes == null), then toss a fault.
2163 */
2164 if (getReturnType() != null && args != null && args.length != 0
2165 && operation.getNumParams() == 0) {
2166 throw new AxisFault(Messages.getMessage("mustSpecifyParms"));
Result Page:
1