Search Results
OK to copy?
Examples 1 through 4 of
4 (0.0010 seconds)
Class:
org.apache.axis.client.AxisClientProxy
©,
Rating:
0% of 0,
C2
Class: org.apache.axis.client.AdminClient ©, Rating: 0% of 0, C2
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
171 throws Throwable {
172 if (method.getName().equals("_setProperty")) {
173 call.setProperty((String) objects[0], objects[1]);
174 return null;
175 }
Class: org.apache.axis.client.AdminClient ©, Rating: 0% of 0, C2
319 String tName = opts.isValueSet( 't' );
320 if ( tName != null && !tName.equals("") )
321 call.setProperty( Call.TRANSPORT_NAME, tName );
322 }
323
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
1407 // I don't know enough about the guts to know why
1408 // attachments don't work with multirefs, but they don't.
1409 setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS, Boolean.FALSE);
1410 }
1411
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
1399 setEncodingStyle(null);
1400 // turn off XSI types
1401 setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR, Boolean.FALSE);
1402 }
1403 if (hasMIME || use == Use.LITERAL) {
Result Page:
1