Search Results
OK to copy?
Examples 1 through 9 of
9 (0.0020 seconds)
Class:
org.apache.axis.client.AdminClient
©,
Rating:
0% of 0,
C2
Class: org.apache.axis.client.Service ©, Rating: 0% of 0, C2
Class: org.apache.axis.client.Service ©, 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
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C1
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
313 throw new Exception(Messages.getMessage("nullCall00"));
314
315 call.setTargetEndpointAddress( new URL(opts.getURL()) );
316 call.setUsername( opts.getUser() );
317 call.setPassword( opts.getPassword() );
Class: org.apache.axis.client.Service ©, Rating: 0% of 0, C2
506 SOAPAddress addr = (SOAPAddress) obj;
507 URL url = new URL(addr.getLocationURI());
508 call.setTargetEndpointAddress(url);
509 } catch (Exception exp) {
510 throw new ServiceException(
Class: org.apache.axis.client.Service ©, Rating: 0% of 0, C2
455 call = (org.apache.axis.client.Call) createCall();
456 if (endpoint != null) {
457 call.setTargetEndpointAddress(new URL(endpoint));
458 }
459 } else {
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
1491 SOAPAddress addr = (SOAPAddress) obj ;
1492 URL url = new URL(addr.getLocationURI());
1493 this.setTargetEndpointAddress(url);
1494 }
1495 catch(Exception exp) {
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
1469
1470 // we reinitialize target endpoint only if we have wsdl
1471 this.setTargetEndpointAddress( (URL) null );
1472
1473 Port port = wsdlService.getPort( portName.getLocalPart() );
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C1
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C3
0389 value.getClass().getName()}));
0390 }
0391 setTargetEndpointAddress((String) value);
0392 }
0393 else if ( name.equals(TRANSPORT_NAME) ) {
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C1
0284 public Call(URL url) {
0285 this(new Service());
0286 setTargetEndpointAddress(url);
0287 }
0288
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C1
0274 public Call(String url) throws MalformedURLException {
0275 this(new Service());
0276 setTargetEndpointAddress(new URL(url));
0277 }
0278
Result Page:
1.0