Search Results
OK to copy?
Examples 1 through 5 of
5 (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, C3
1459 this.setPortName( portName );
1460 this.setOperationName( opName );
1461 this.setEncodingStyle( null );
1462 this.setReturnType( null );
1463 this.removeAllParameters();
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
1397 if (use == Use.LITERAL) {
1398 // Turn off encoding
1399 setEncodingStyle(null);
1400 // turn off XSI types
1401 setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR, Boolean.FALSE);
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
1312 list = sBody.getEncodingStyles();
1313 if ( list != null && list.size() > 0 )
1314 this.setEncodingStyle( (String) list.get(0) );
1315 String ns = sBody.getNamespaceURI();
1316 if (ns != null && !ns.equals(""))
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
1220 // leave portName and targetEndPoint as they are
1221 this.setOperationName( opName );
1222 this.setEncodingStyle( null );
1223 this.setReturnType( null );
1224 this.removeAllParameters();
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
0379 value.getClass().getName()}));
0380 }
0381 setEncodingStyle((String) value);
0382 }
0383 else if (name.equals(Stub.ENDPOINT_ADDRESS_PROPERTY)) {
Result Page:
1