return md;
}
public static Connection getConnection(ViaImpl via) {
String connectionIdentity = via.getParameter(CLBConstants.CONNID_PARAM);
Connection connection = null;
try {
connection = (connectionIdentity != null)
? Connection.getFromEncoded(connectionIdentity) : null;
} catch (ConnectionParseException e) {