Class serviceClass,
DescriptionBuilderComposite sparseComposite,
Object sparseCompositeKey) {
ConfigurationContext configContext = DescriptionFactory.createClientConfigurationFactory()
.getClientConfigurationContext();
DescriptionKey key = new DescriptionKey(serviceQName, wsdlURL, serviceClass, configContext,
DescriptionBuilderComposite.getServiceRefName(sparseComposite));
if (log.isDebugEnabled()) {
log.debug("Cache Map = " + cache.toString());
if (key != null)
log.debug("Description Key = " + key.printKey());
}
ServiceDescription serviceDesc = null;
synchronized(configContext) {
if (log.isDebugEnabled()) {