XMLizable xmlizable = UimaApplication_Impl.parseUimaXmlDescriptor(resource.getLocation().toOSString());
if (xmlizable == null || !(xmlizable instanceof AEDeploymentDescription_Impl)) {
// Trace.err("xmlizable: " + xmlizable.getClass().getName());
return;
}
AEService aeService = ((AEDeploymentDescription_Impl) xmlizable).getAeService();
brokerUrl.setText(aeService.getBrokerURL());
endPoint.setText(aeService.getEndPoint());
}
}