Search Results
OK to copy?
Examples 1 through 5 of
5 (0.0070 seconds)
Class:
org.apache.axis.Version
©,
Rating:
0% of 0,
C1
Class: org.apache.axis.soap.SOAPConnectionImpl ©, Rating: 0% of 0, C2
Class: org.apache.axis.client.Service ©, 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
86 else
87 try {
88 Call call = new Call(args[0]);
89 String result = (String)call.invoke("Version", "getVersion",
90 null);
Class: org.apache.axis.soap.SOAPConnectionImpl ©, Rating: 0% of 0, C2
090 }
091 try {
092 Call call = new Call(endpoint.toString());
093 ((org.apache.axis.Message)request).setMessageContext(call.getMessageContext());
094 SOAPEnvelope env = ((org.apache.axis.Message)request).getSOAPEnvelope();
Class: org.apache.axis.client.Service ©, Rating: 0% of 0, C1
564 */
565 public javax.xml.rpc.Call createCall() throws ServiceException {
566 Call call = new org.apache.axis.client.Call(this);
567 previousCall.set(call);
568 return call;
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C1
0283 */
0284 public Call(URL url) {
0285 this(new Service());
0286 setTargetEndpointAddress(url);
0287 }
Class: org.apache.axis.client.Call ©, Rating: 0% of 0, C1
0273 */
0274 public Call(String url) throws MalformedURLException {
0275 this(new Service());
0276 setTargetEndpointAddress(new URL(url));
0277 }
Result Page:
1