Search Results
OK to copy?
Examples 1 through 10 of
12 (0.068 seconds)
Class:
org.apache.axis.handlers.HandlerChainImpl
©,
Rating:
0% of 0,
C1
Class: org.apache.jmeter.util.SSLManager ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.util.SSLManager ©, Rating: 0% of 0, C2
Class: org.apache.axis.encoding.ser.SimpleDeserializer ©, Rating: 0% of 0, C3
Class: org.apache.axis.encoding.ser.SimpleDeserializer ©, Rating: 0% of 0, C3
Class: org.apache.axis.encoding.ser.SimpleDeserializer ©, Rating: 0% of 0, C3
Class: org.apache.jmeter.util.JsseSSLManager ©, Rating: 0% of 0, C2
Class: org.apache.axis.encoding.ser.BeanDeserializer ©, Rating: 0% of 0, C3
Class: org.apache.axis.encoding.ser.BeanDeserializer ©, Rating: 0% of 0, C3
Class: org.apache.axis.encoding.DeserializerImpl ©, Rating: 0% of 0, C3
180 return handler;
181 } catch (Exception ex) {
182 String messageText = Messages.getMessage("NoJAXRPCHandler00", handlerInfo.getHandlerClass().toString());
183 throw new JAXRPCException(messageText, ex);
184 }
Class: org.apache.jmeter.util.SSLManager ©, Rating: 0% of 0, C2
240
241 log.info("TrustStore Location: " + fileName);
242 log.info("TrustStore type: " + this.keyStore.getClass().toString());
243 }
244
Class: org.apache.jmeter.util.SSLManager ©, Rating: 0% of 0, C2
179
180 log.info("JmeterKeyStore Location: " + fileName);
181 log.info("JmeterKeyStore type: " + this.keyStore.getClass().toString());
182 }
183
Class: org.apache.axis.encoding.ser.SimpleDeserializer ©, Rating: 0% of 0, C3
331 Messages.getMessage("noDeser00", type.toString()));
332 if (! (dSer instanceof SimpleDeserializer))
333 throw new SAXException(
334 Messages.getMessage("AttrNotSimpleType00",
335 bpd.getName(),
Class: org.apache.axis.encoding.ser.SimpleDeserializer ©, Rating: 0% of 0, C3
328 Deserializer dSer = context.getDeserializerForType(qn);
329 if (dSer == null)
330 throw new SAXException(
331 Messages.getMessage("noDeser00", type.toString()));
332 if (! (dSer instanceof SimpleDeserializer))
Class: org.apache.axis.encoding.ser.SimpleDeserializer ©, Rating: 0% of 0, C3
322 QName qn = tm.getTypeQName(type);
323 if (qn == null)
324 throw new SAXException(
325 Messages.getMessage("unregistered00", type.toString()));
326
Class: org.apache.jmeter.util.JsseSSLManager ©, Rating: 0% of 0, C2
172 managerFactory.init(null, this.defaultpw.toCharArray());
173 KeyManager[] managers = managerFactory.getKeyManagers();
174 log.info(keys.getClass().toString());
175 for (int i = 0; i < managers.length; i++)
176 {
Class: org.apache.axis.encoding.ser.BeanDeserializer ©, Rating: 0% of 0, C3
406
407 if (! (dSer instanceof SimpleDeserializer))
408 throw new SAXException(
409 Messages.getMessage("AttrNotSimpleType00",
410 bpd.getName(),
Class: org.apache.axis.encoding.ser.BeanDeserializer ©, Rating: 0% of 0, C3
401
402 if (dSer == null)
403 throw new SAXException(
404 Messages.getMessage("unregistered00",
405 bpd.getType().toString()));
Class: org.apache.axis.encoding.DeserializerImpl ©, Rating: 0% of 0, C3
386 Object ref = context.getObjectByRef(href);
387 if (log.isDebugEnabled()) {
388 log.debug(Messages.getMessage(
389 "gotForID00",
390 new String[] {"" + ref, href, (ref == null ? "*null*" : ref.getClass().toString())}));