return (ServiceErrors) serviceErrorMap.get(aDelegateKey);
}
public AggregateServiceInfo getServiceInfo() {
if (serviceInfo == null) {
serviceInfo = new AggregateServiceInfo(isCasMultiplier(), this);
// if this is a top level service and the input channel not yet initialized
// block in getInputChannel() on the latch
if (isTopLevelComponent() && getInputChannel() != null) {
serviceInfo.setInputQueueName(getInputChannel().getName());
serviceInfo.setBrokerURL(super.getBrokerURL());