Search Results
OK to copy?
Examples 1 through 5 of
5 (0.034 seconds)
Class:
org.apache.axis.wsdl.gen.WSDL2
©,
Rating:
0% of 0,
C1
Class: org.apache.axis.transport.http.HTTPSender ©, Rating: 0% of 0, C3
Class: org.apache.axis.transport.http.HTTPSender ©, Rating: 0% of 0, C3
Class: org.apache.axis.utils.XMLUtils ©, Rating: 0% of 0, C2
Class: org.apache.axis.utils.XMLUtils ©, Rating: 0% of 0, C2
250 return;
251 }
252 String userInfo = url.getUserInfo();
253 if (userInfo != null) {
254 int i = userInfo.indexOf(':');
Class: org.apache.axis.transport.http.HTTPSender ©, Rating: 0% of 0, C3
196 // the one in the URL.
197 if ((userID == null) && (tmpURL.getUserInfo() != null)) {
198 String info = tmpURL.getUserInfo();
199 int sep = info.indexOf(':');
200
Class: org.apache.axis.transport.http.HTTPSender ©, Rating: 0% of 0, C3
195 // if UserID is not part of the context, but is in the URL, use
196 // the one in the URL.
197 if ((userID == null) && (tmpURL.getUserInfo() != null)) {
198 String info = tmpURL.getUserInfo();
199 int sep = info.indexOf(':');
Class: org.apache.axis.utils.XMLUtils ©, Rating: 0% of 0, C2
715 }
716 HttpURLConnection uconn = (HttpURLConnection) connection;
717 String userinfo = wsdlurl.getUserInfo();
718 uconn.setRequestMethod("GET");
719 uconn.setAllowUserInteraction(false);
Class: org.apache.axis.utils.XMLUtils ©, Rating: 0% of 0, C2
699
700 // if no authentication, just let InputSource deal with it
701 if (username == null && wsdlurl.getUserInfo() == null) {
702 return new InputSource(uri);
703 }
Result Page:
1